2024-01-05 16:17:57 +01:00
|
|
|
|
Name: python-pip
|
2024-01-05 16:17:58 +01:00
|
|
|
|
Version: 19.2.3
|
2024-01-05 16:17:57 +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:17:57 +01:00
|
|
|
|
URL: http://www.pip-installer.org/
|
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
|
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:17:58 +01:00
|
|
|
|
BuildRequires: libpython3-devel >= 3.7.4
|
2024-01-05 16:17:57 +01:00
|
|
|
|
Requires: python-setuptools
|
|
|
|
|
Requires: python >= %python_version
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
%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:57 +01:00
|
|
|
|
%if "%{?with_pyver}"
|
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
|
|
|
|
|
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:58 +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:57 +01:00
|
|
|
|
%if "%{?pyappend}"
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/pip
|
|
|
|
|
sed -i "\,%{_bindir}/pip$,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:57 +01:00
|
|
|
|
|
|
|
|
|
%changelog
|
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
|