rebuilt with distdeps [release 20.9-2mamba;Wed Mar 31 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:14:05 +01:00
parent acb5570edd
commit 60371c98eb

View File

@ -1,6 +1,6 @@
Name: python-packaging
Version: 20.9
Release: 1mamba
Release: 2mamba
Summary: Core utilities for Python packages
Group: System/Libraries
Vendor: openmamba
@ -10,11 +10,9 @@ URL: https://pypi.python.org/pypi/packaging
Source: https://pypi.debian.net/packaging/packaging-%{version}.tar.gz
License: BSD, Apache License 2.0
## AUTOBUILDREQ-BEGIN
#python3.7dist(pyparsing): unidentified build requirement
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
Requires: python-pyparsing
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
@ -38,13 +36,19 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/packaging-%{version}-py*.egg-info
%{python_sitearch}/packaging-%{version}-py*.egg-info/*
%doc LICENSE
%changelog
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.9-2mamba
- rebuilt with distdeps
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 20.9-1mamba
- automatic version update by autodist