Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > c2fa7d7cd14fbd996a31da0b9653a803 > files > 1

python-zict-2.2.0-1.mga9.src.rpm

# Created by pyp2rpm-3.3.5
%global pypi_name zict

Name:           python-%{pypi_name}
Version:        2.2.0
Release:        %mkrel 1
Summary:        Mutable mapping tools
Group:          Development/Python
License:        BSD
URL:            http://zict.readthedocs.io/en/latest/
Source0:        https://files.pythonhosted.org/packages/source/z/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pyproject-rpm-macros
BuildRequires:  python3dist(heapdict)
BuildRequires:  python3dist(setuptools)

%description
Mutable Mapping tools.

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}

Requires:       python3dist(heapdict)
%description -n python3-%{pypi_name}
Mutable Mapping tools.


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

%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files %{pypi_name}


%files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE.txt
%doc README.rst



%changelog
* Fri Dec 02 2022 papoteur <papoteur> 2.2.0-1.mga9
+ Revision: 1914001
- imported package python-zict