# Created by pyp2rpm-3.3.2
%global pypi_name numpoly

Name:           python-%{pypi_name}
Version:        0.1.16
Release:        1%{?dist}
Summary:        Polynomials as a numpy datatype

License:        None
URL:            https://github.com/jonathf/numpoly
Source0:        https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)

%description
.. image:: doc/.static/numpoly_logo.svg :height: 300 px :width: 300
px|circleci| |codecov| |pypi| |readthedocs|.. |circlec .. |codeco .. |pyp ..
|readthedoc :target:

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
 
Requires:       python3dist(numpy) < 2.0
Requires:       python3dist(numpy) >= 1.16
Requires:       python3dist(six)
%description -n python3-%{pypi_name}
.. image:: doc/.static/numpoly_logo.svg :height: 300 px :width: 300
px|circleci| |codecov| |pypi| |readthedocs|.. |circlec .. |codeco .. |pyp ..
|readthedoc :target:


%prep
%autosetup -n %{pypi_name}-%{version}

%build
%py3_build

%install
%py3_install

%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog
* Wed Apr 22 2020 mockbuilder - 0.1.16-1
- Initial package.