From 7b0dda276f5ba3ff96879faed8f80d0cd7a9ad85 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 18 Apr 2025 22:36:26 +0300 Subject: [PATCH] python3-setuptools ver. vump --- .../language/python3/python3-packaging/pspec.xml | 9 ++++++++- .../language/python3/python3-setuptools/actions.py | 4 +++- .../language/python3/python3-setuptools/pspec.xml | 13 ++++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml index b19a83ed..682b8ad3 100644 --- a/programming/language/python3/python3-packaging/pspec.xml +++ b/programming/language/python3/python3-packaging/pspec.xml @@ -13,7 +13,7 @@ library Core utilities for Python packages. The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities. - https://files.pythonhosted.org/packages/source/p/packaging/packaging-24.1.tar.gz + https://files.pythonhosted.org/packages/source/p/packaging/packaging-24.2.tar.gz python3-devel python3-build @@ -35,6 +35,13 @@ + + 2025-04-13 + 24.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-21 24.1 diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index b9d1b5ad..72635ff7 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -10,11 +10,13 @@ from pisi.actionsapi import pythonmodules WorkDir="setuptools-%s" % get.srcVERSION() +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","75.8.2") + #def setup(): #shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR()) def build(): - shelltools.system("export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0") + # shelltools.system("export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0") pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 8dc1b777..2b49e419 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -15,13 +15,15 @@ Python setuptools python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz + https://github.com/pypa/setuptools/archive/refs/tags/v78.1.0.tar.gz python3-devel python3-setuptools python3-jaraco-text python3-jaraco-context python3-jaraco-functools + python3-jaraco.collections + python3-backports_tarfile @@ -40,6 +42,8 @@ python3-ordered-set python3-platformdirs python3-packaging + python3-backports_tarfile + python3-jaraco.collections /usr/share/doc @@ -49,6 +53,13 @@ + + 2025-04-13 + 78.1.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-01-03 75.6.0