rebuilt with distdeps [release 46.4.0-5mamba;Mon Apr 05 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:38:58 +01:00
parent aeb3d1bf7e
commit 29ae161d61

View File

@ -1,6 +1,6 @@
Name: python-setuptools-py27 Name: python-setuptools-py27
Version: 46.4.0 Version: 46.4.0
Release: 4mamba Release: 5mamba
Summary: Download, build, install, upgrade and uninstall Python packages Summary: Download, build, install, upgrade and uninstall Python packages
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -11,7 +11,6 @@ Source: https://pypi.debian.net/setuptools/setuptools-%{version}.zip
Source1: psfl.txt Source1: psfl.txt
Source2: zpl.txt Source2: zpl.txt
License: PSF, ZPL License: PSF, ZPL
Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel >= %python_version BuildRequires: libpython-devel >= %python_version
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -19,7 +18,6 @@ Provides: python-distribute
Obsoletes: python-distribute < 46.4.0 Obsoletes: python-distribute < 46.4.0
#Provides: python-setuptools #Provides: python-setuptools
#Obsoletes: python-setuptools #Obsoletes: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch BuildArch: noarch
%description %description
@ -54,7 +52,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i '\,\.egg-info/,d' %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
install -p -m 0644 %{S:1} %{S:2} . install -p -m 0644 %{S:1} %{S:2} .
@ -88,6 +86,9 @@ chmod +x %{buildroot}%{python_sitearch}/setuptools/command/easy_install.py
#%doc psfl.txt zpl.txt #%doc psfl.txt zpl.txt
%changelog %changelog
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 46.4.0-5mamba
- rebuilt with distdeps
* Wed Feb 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 46.4.0-4mamba * Wed Feb 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 46.4.0-4mamba
- python-setuptools-py27-devel: don't obsolete python-setuptools-devel - python-setuptools-py27-devel: don't obsolete python-setuptools-devel