[packages/python3-setuptools] up to 71.0.4
atler
atler at pld-linux.org
Sun Jul 21 21:14:42 CEST 2024
commit 3e62204d8435972984554535f794d5f57e064f24
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jul 21 20:58:00 2024 +0200
up to 71.0.4
multilib.patch | 2 +-
python3-setuptools.spec | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/python3-setuptools.spec b/python3-setuptools.spec
index 331b919..50e9f3e 100644
--- a/python3-setuptools.spec
+++ b/python3-setuptools.spec
@@ -16,14 +16,14 @@
Summary: A collection of enhancements to the Python distutils
Summary(pl.UTF-8): Zestaw rozszerzeń dla pythonowych distutils
Name: python3-setuptools
-Version: 69.2.0
+Version: 71.0.4
Release: 1
Epoch: 1
License: MIT
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/setuptools/
Source0: https://files.pythonhosted.org/packages/source/s/setuptools/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 940ffdb3a2ce4f6a5ee80032aa115fc7
+# Source0-md5: 956e2402c95b2439c812808d006255cd
Patch0: setuptools-missing.patch
Patch1: multilib.patch
URL: https://github.com/pypa/setuptools
@@ -169,9 +169,6 @@ rm -rf $RPM_BUILD_ROOT
%py3_install
-#???
-rm -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/build-3/
-
%clean
rm -rf $RPM_BUILD_ROOT
diff --git a/multilib.patch b/multilib.patch
index 993a87c..f388606 100644
--- a/multilib.patch
+++ b/multilib.patch
@@ -3,7 +3,7 @@
@@ -237,13 +237,13 @@ def get_python_lib(plat_specific=0, stan
prefix = plat_specific and EXEC_PREFIX or PREFIX
- if os.name == "posix":
+ if os.name == "posix" or is_mingw():
- if plat_specific or standard_lib:
+ if plat_specific or standard_lib or prefix != "/usr":
# Platform-specific modules (any module from a non-pure-Python
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-setuptools.git/commitdiff/c6c5276f3bc730a4003755a25441aa9aa0b4e0a1
More information about the pld-cvs-commit
mailing list