diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index 42eccda5..b9d1b5ad 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -14,6 +14,7 @@ WorkDir="setuptools-%s" % get.srcVERSION() #shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR()) def build(): + shelltools.system("export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0") pythonmodules.compile(pyVer="3") @@ -22,10 +23,10 @@ def install(): pythonmodules.install(pyVer="3") pisitools.removeDir("/usr/lib/python3.11/site-packages/setuptools/_vendor") - pisitools.removeDir("/usr/lib/python3.11/site-packages/pkg_resources/_vendor") + # pisitools.removeDir("/usr/lib/python3.11/site-packages/pkg_resources/_vendor") - pisitools.removeDir("/usr/lib/python3.11/site-packages/setuptools/extern") - pisitools.removeDir("/usr/lib/python3.11/site-packages/pkg_resources/extern") + # pisitools.removeDir("/usr/lib/python3.11/site-packages/setuptools/extern") + # pisitools.removeDir("/usr/lib/python3.11/site-packages/pkg_resources/extern") shelltools.system("find %s -name '*.py' -exec sed \ -e 's:from \w*[.]\+extern ::' -e 's:\w*[.]\+extern[.]::' \ diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 8e5bd5bb..8dc1b777 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -14,10 +14,14 @@ app:console 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/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.tar.gz + + https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz python3-devel python3-setuptools + python3-jaraco-text + python3-jaraco-context + python3-jaraco-functools @@ -45,6 +49,13 @@ + + 2025-01-03 + 75.6.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-11-05 69.0.3