2024-01-05 16:17:57 +01:00
|
|
|
|
Name: python-pip
|
2024-01-05 16:18:00 +01:00
|
|
|
|
Version: 21.2.4
|
2024-01-05 16:17:59 +01:00
|
|
|
|
Release: 1mamba
|
2024-01-05 16:17:57 +01:00
|
|
|
|
Summary: A tool for installing and managing Python packages
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:17:57 +01:00
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:18:00 +01:00
|
|
|
|
URL: https://pip.pypa.io/en/stable/
|
2024-01-05 16:17:58 +01:00
|
|
|
|
Source: http://pypi.debian.net/pip/pip-%{version}.tar.gz
|
2024-01-05 16:17:57 +01:00
|
|
|
|
License: MIT
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:17:59 +01:00
|
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:17:59 +01:00
|
|
|
|
BuildRequires: python3.7dist(setuptools)
|
2024-01-05 16:17:57 +01:00
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
%if "%{?with_pyver}" != ""
|
|
|
|
|
%if "%{?with_pyver}" == "3"
|
2024-01-05 16:17:59 +01:00
|
|
|
|
%define py_requires_append \
|
|
|
|
|
Requires: python-setuptools%{?pyappend:-%pyappend} \
|
|
|
|
|
Provides: pip \
|
|
|
|
|
Provides: python-pip \
|
2024-01-05 16:17:59 +01:00
|
|
|
|
Obsoletes: python-pip < 20.3
|
2024-01-05 16:17:57 +01:00
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
2024-01-05 16:17:59 +01:00
|
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
|
%define py_requires_append \
|
|
|
|
|
Requires: python-setuptools%{?pyappend:-%pyappend}
|
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
2024-01-05 16:17:57 +01:00
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n pip-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%{__python} setup.py install \
|
|
|
|
|
-O1 --skip-build \
|
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
|
--single-version-externally-managed \
|
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:17:57 +01:00
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/pip
|
|
|
|
|
sed -i "\,%{_bindir}/pip$,d" %{name}.filelist
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/pip3
|
|
|
|
|
sed -i "\,%{_bindir}/pip3$,d" %{name}.filelist
|
|
|
|
|
%endif
|
2024-01-05 16:17:57 +01:00
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:17:59 +01:00
|
|
|
|
%dir %{python_sitearch}/pip-%{version}-py*.egg-info
|
|
|
|
|
%{python_sitearch}/pip-%{version}-py*.egg-info/*
|
2024-01-05 16:17:57 +01:00
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Fri Aug 13 2021 Automatic Build System <autodist@mambasoft.it> 21.2.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Fri Aug 06 2021 Automatic Build System <autodist@mambasoft.it> 21.2.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Sat Jul 31 2021 Automatic Build System <autodist@mambasoft.it> 21.2.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Sun Jul 25 2021 Automatic Build System <autodist@mambasoft.it> 21.2.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Sat Jun 26 2021 Automatic Build System <autodist@mambasoft.it> 21.1.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.1.2-1mamba
|
|
|
|
|
- update to 21.1.2
|
|
|
|
|
|
2024-01-05 16:18:00 +01:00
|
|
|
|
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 21.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 21.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.1-2mamba
|
|
|
|
|
- rebuilt with python dist deps; restore -py36 subpackage
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 21.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Tue Jan 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0-1mamba
|
|
|
|
|
- update to 21.0
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 20.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Wed Dec 30 2020 Automatic Build System <autodist@mambasoft.it> 20.2.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 20.2.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Dec 15 2020 Automatic Build System <autodist@mambasoft.it> 20.2.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Dec 05 2020 Automatic Build System <autodist@mambasoft.it> 20.2.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 20.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Mon Jun 29 2020 Automatic Build System <autodist@mambasoft.it> 20.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Mon Jun 22 2020 Automatic Build System <autodist@mambasoft.it> 20.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:59 +01:00
|
|
|
|
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 20.0.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Fri Feb 21 2020 Automatic Build System <autodist@mambasoft.it> 19.3.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 19.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 19.2.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 19.2.1-1mamba
|
|
|
|
|
- update to 19.2.1
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 19.0.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Wed Dec 05 2018 Automatic Build System <autodist@mambasoft.it> 18.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 18.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Sat Jun 02 2018 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Fri Dec 16 2016 Automatic Build System <autodist@mambasoft.it> 9.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 8.1.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Sun Jan 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Mon Aug 24 2015 Automatic Build System <autodist@mambasoft.it> 7.1.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:58 +01:00
|
|
|
|
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Thu Jun 04 2015 Automatic Build System <autodist@mambasoft.it> 7.0.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Sun May 24 2015 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Sun May 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.1-2mamba
|
|
|
|
|
- added python3 subpackage
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Tue Apr 07 2015 Automatic Build System <autodist@mambasoft.it> 6.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Fri Feb 06 2015 Automatic Build System <autodist@mambasoft.it> 6.0.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Fri Jan 30 2015 Automatic Build System <autodist@mambasoft.it> 6.0.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Sat Jan 03 2015 Automatic Build System <autodist@mambasoft.it> 6.0.6-1mamba
|
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 6.0.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Thu May 22 2014 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 16:17:57 +01:00
|
|
|
|
* Wed May 07 2014 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Feb 25 2014 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jan 02 2014 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Aug 10 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2013 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Mar 08 2013 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Sep 04 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.2-1mamba
|
|
|
|
|
- package created by autospec
|