%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-dill Version: 0.3.6 Release: 2mamba Summary: Serialize all of python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/uqfoundation/dill Source: https://pypi.debian.net/dill/dill-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n dill-%{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 %if "%{?with_pyver}" != "3" # Rename any conflicting file outside of python site packages tree for f in %{_bindir}/{get_objgraph,undill}; do mv %{buildroot}${f}{,-%{?pyappend}} done sed -i "\,%{_bindir},d" %{name}.filelist %endif %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{_bindir}/get_objgraph* %{_bindir}/undill* %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %doc LICENSE %changelog * Fri Apr 07 2023 Sdk Build System 0.3.6-2mamba - rebuilt with python 3.10 * Mon Oct 24 2022 Automatic Build System 0.3.6-1mamba - automatic version update by autodist * Mon May 23 2022 Silvan Calarco 0.3.5.1-1mamba - update to 0.3.5.1 * Sat Apr 02 2022 Silvan Calarco 0.3.4-1mamba - package created using the webbuild interface