rebuilt with python 3.10 [release 23.0.1-2mamba;Sun Apr 09 2023]
This commit is contained in:
parent
6b9bbca0a5
commit
8d3e3d35f4
@ -1,6 +1,6 @@
|
|||||||
Name: python-pip
|
Name: python-pip
|
||||||
Version: 23.0.1
|
Version: 23.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -52,18 +52,22 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%if "%{?with_pyver}" != "3"
|
%if "%{?with_pyver}" != "3"
|
||||||
rm -f %{buildroot}%{_bindir}/pip
|
# Remove conflicting file outside of python site packages tree
|
||||||
sed -i "\,%{_bindir}/pip$,d" %{name}.filelist
|
rm -f %{buildroot}%{_bindir}/{pip,pip3}
|
||||||
rm -f %{buildroot}%{_bindir}/pip3
|
|
||||||
sed -i "\,%{_bindir}/pip3$,d" %{name}.filelist
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
sed -i "\,%{_bindir},d" %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/pip*
|
||||||
%dir %{python_sitearch}/pip-%{version}-py*.egg-info
|
%dir %{python_sitearch}/pip-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/pip-%{version}-py*.egg-info/*
|
%{python_sitearch}/pip-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.0.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 23.0.1-1mamba
|
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 23.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user