[packages/python3-pip] - up to 25.0.1
baggins
baggins at pld-linux.org
Mon Mar 10 15:32:41 CET 2025
commit 6c97c7706f70d5e2ead03d8b0d5ee1b842a92089
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 10 15:51:58 2025 +0100
- up to 25.0.1
python-pip.spec => python3-pip.spec | 99 +++++--------------------------------
1 file changed, 12 insertions(+), 87 deletions(-)
---
diff --git a/python-pip.spec b/python3-pip.spec
similarity index 61%
rename from python-pip.spec
rename to python3-pip.spec
index a639fa8..3f4cb46 100644
--- a/python-pip.spec
+++ b/python3-pip.spec
@@ -6,46 +6,28 @@
# site-packages/pip/_vendor/distlib/w64.exe
#
# Conditional build:
-%bcond_without python2 # CPython 3.x module
-%bcond_without python3 # CPython 3.x module
-%bcond_without python3_default # Use Python 3.x for pip executable
%bcond_without apidocs # Sphinx documentation
%bcond_with tests # test target (not included in sdist)
-%if %{without python3}
-%undefine python3_default
-%endif
-
%define pypa_docs_theme_ver d2e63fbfc62af3b7050f619b2f5bb8658985b931
-%define module pip
+%define module pip
%define pypi_name pip
-Summary: A tool for installing and managing Python 2 packages
-Summary(pl.UTF-8): Narzędzie do instalowania i zarządzania pakietami Pythona 2
+Summary: A tool for installing and managing Python 3 packages
+Summary(pl.UTF-8): Narzędzie do instalowania i zarządzania pakietami Pythona 3
Name: python-%{module}
-# keep 20.x here for python2 support
-Version: 20.3.4
-Release: 5
+Version: 25.0.1
+Release: 1
License: MIT
Group: Libraries/Python
# Source0Download: https://pypi.python.org/simple/pip/
Source0: https://pypi.debian.net/pip/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 577a375b66ec109e0ac6a4c4aa99bbd0
+# Source0-md5: 1bf81564bf9738efbe48439c230f25bf
URL: https://pip.pypa.io/
-%if %{with python2}
-BuildRequires: python-devel >= 1:2.7
-BuildRequires: python-modules >= 1:2.7
-BuildRequires: python-setuptools
-%if %{with tests}
-BuildRequires: python-mock
-BuildRequires: python-pytest
-BuildRequires: python-scripttest >= 1.3
-BuildRequires: python-virtualenv >= 1.10
-%endif
-%endif
-%if %{with python3}
BuildRequires: python3-devel >= 1:3.5
BuildRequires: python3-modules >= 1:3.5
+BuildRequires: python3-build
+BuildRequires: python3-installer
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-mock
@@ -53,7 +35,6 @@ BuildRequires: python3-pytest
BuildRequires: python3-scripttest >= 1.3
BuildRequires: python3-virtualenv >= 1.10
%endif
-%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with apidocs}
@@ -61,7 +42,7 @@ BuildRequires: python3-furo
BuildRequires: python3-sphinx_inline_tabs
BuildRequires: sphinx-pdg-3
%endif
-Requires: python-setuptools
+Requires: python3-setuptools
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,32 +57,11 @@ techniki do wyszukiwania pakietów, więc pakiety, które dało się
zainstalować przez easy_install, powinny także dać się zainstalować
przy użyciu pipa.
-%package -n python3-pip
-Summary: A tool for installing and managing Python 3 packages
-Summary(pl.UTF-8): Narzędzie do instalowania i zarządzania pakietami Pythona 3
-Group: Libraries/Python
-Requires: python3-setuptools
-
-%description -n python3-pip
-Pip is a replacement for easy_install. It uses mostly the same
-techniques for finding packages, so packages that were made
-easy_installable should be pip-installable as well.
-
-%description -n python3-pip -l pl.UTF-8
-Pip to zamiennik easy_install. Wykorzystuje w większości te same
-techniki do wyszukiwania pakietów, więc pakiety, które dało się
-zainstalować przez easy_install, powinny także dać się zainstalować
-przy użyciu pipa.
-
%package -n pip
Summary: A tool for installing and managing Python 3 packages
Summary(pl.UTF-8): Narzędzie do instalowania i zarządzania pakietami Pythona 3
Group: Development/Tools
-%if %{with python3_default}
Requires: python3-%{module} = %{version}-%{release}
-%else
-Requires: python-%{module} = %{version}-%{release}
-%endif
Conflicts: python-pip < 7.1.2-3
%description -n pip
@@ -130,13 +90,7 @@ Dokumentacja instalatora i modułów Pythona pip.
%setup -q -n %{module}-%{version}
%build
-%if %{with python2}
-%py_build %{?with_tests:test}
-%endif
-
-%if %{with python3}
-%py3_build %{?with_tests:test}
-%endif
+%py3_build_pyproject %{?with_tests:test}
%if %{with apidocs}
PYTHONPATH=$(pwd)/src \
@@ -146,52 +100,23 @@ sphinx-build-3 -b html docs/html docs/html/_build/html
%install
rm -rf $RPM_BUILD_ROOT
-%if %{with python3}
-%py3_install
+%py3_install_pyproject
# RH compatibility
ln -sf pip3 $RPM_BUILD_ROOT%{_bindir}/python3-pip
-%endif
-
-%if %{with python2}
-%py_install
-
-%py_postclean
-# RH compatibility
-ln -sf pip2 $RPM_BUILD_ROOT%{_bindir}/python-pip
-%endif
-
-%if %{with python3_default}
ln -sf pip3 $RPM_BUILD_ROOT%{_bindir}/pip
-%else
-ln -sf pip2 $RPM_BUILD_ROOT%{_bindir}/pip
-%endif
%clean
rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
%files
%defattr(644,root,root,755)
%doc AUTHORS.txt LICENSE.txt README.rst
-%attr(755,root,root) %{_bindir}/pip2
-%attr(755,root,root) %{_bindir}/pip2.*
-%attr(755,root,root) %{_bindir}/python-pip
-%{py_sitescriptdir}/pip-%{version}-py*.egg-info
-%{py_sitescriptdir}/pip
-%endif
-
-%if %{with python3}
-%files -n python3-pip
-%defattr(644,root,root,755)
-%doc AUTHORS.txt LICENSE.txt README.rst
%attr(755,root,root) %{_bindir}/pip3
-%attr(755,root,root) %{_bindir}/pip3.*
%attr(755,root,root) %{_bindir}/python3-pip
%{py3_sitescriptdir}/pip
-%{py3_sitescriptdir}/pip-%{version}-py*.egg-info
-%endif
+%{py3_sitescriptdir}/pip-%{version}.dist-info
%files -n pip
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pip.git/commitdiff/6c97c7706f70d5e2ead03d8b0d5ee1b842a92089
More information about the pld-cvs-commit
mailing list