File python-bashplotlib.spec of Package python-bashplotlib

#
# spec file for package python-bashplotlib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with     test
Name:           python-bashplotlib
Version:        0.6.5
Release:        0
License:        MIT
Summary:        Plotting in the terminal
Url:            https://github.com/glamp/bashplotlib
Group:          Development/Languages/Python
Source:         https://files.pythonhosted.org/packages/source/b/bashplotlib/bashplotlib-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildArch:      noarch

%python_subpackages

%description
Bashplotlib is a python package and command line tool for making basic
plots in the terminal. It's a quick way to visualize data when you don't
have a GUI. It's written in pure python and can quickly be installed
anywhere using pip.

%prep
%setup -q -n bashplotlib-%{version}
find bashplotlib/ -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \;

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%if %{with test}
%check
%python_exec setup.py test
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%python3_only %{_bindir}/hist
%python3_only %{_bindir}/scatter
%{python_sitelib}/*

%changelog
openSUSE Build Service is sponsored by