%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-contextlib2 Version: 21.6.0 Release: 3mamba Summary: A backport of the standard library's contextlib Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.org/project/contextlib2/ Source: https://pypi.debian.net/contextlib2/contextlib2-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n contextlib2-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog * Mon Jul 31 2023 Silvan Calarco 21.6.0-3mamba - rebuilt with python 3.10 * Mon Feb 14 2022 Silvan Calarco 21.6.0-2mamba - rebuilt with distdeps * Sun Jun 27 2021 Automatic Build System 21.6.0-1mamba - automatic version update by autodist * Sun Sep 27 2020 Silvan Calarco 0.6.0.post1-1mamba - package created using the webbuild interface