[packages/python-pip] - only python2 here, current version moved to python3-pip
baggins
baggins at pld-linux.org
Mon Mar 10 15:31:01 CET 2025
commit 6bd0917fd57e1a1af001d8606d666ebb802b100f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 10 15:49:51 2025 +0100
- only python2 here, current version moved to python3-pip
python-pip.spec | 61 +++++----------------------------------------------------
1 file changed, 5 insertions(+), 56 deletions(-)
---
diff --git a/python-pip.spec b/python-pip.spec
index a639fa8..a01f4f4 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -6,33 +6,26 @@
# 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
Name: python-%{module}
# keep 20.x here for python2 support
Version: 20.3.4
-Release: 5
+Release: 6
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
URL: https://pip.pypa.io/
-%if %{with python2}
BuildRequires: python-devel >= 1:2.7
BuildRequires: python-modules >= 1:2.7
BuildRequires: python-setuptools
@@ -42,18 +35,6 @@ 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-setuptools
-%if %{with tests}
-BuildRequires: python3-mock
-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}
@@ -97,11 +78,7 @@ przy użyciu pipa.
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 +107,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
%if %{with apidocs}
PYTHONPATH=$(pwd)/src \
@@ -146,32 +117,20 @@ sphinx-build-3 -b html docs/html docs/html/_build/html
%install
rm -rf $RPM_BUILD_ROOT
-%if %{with python3}
-%py3_install
-
-# 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
+%if %{without python3_default}
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
@@ -180,23 +139,13 @@ rm -rf $RPM_BUILD_ROOT
%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
+%if %{without python3_default}
%files -n pip
%defattr(644,root,root,755)
%doc AUTHORS.txt LICENSE.txt README.rst
%attr(755,root,root) %{_bindir}/pip
+%endif
%if %{with apidocs}
%files apidocs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pip.git/commitdiff/6bd0917fd57e1a1af001d8606d666ebb802b100f
More information about the pld-cvs-commit
mailing list