From dd013e993f3bf7758a30cd6d2032756abd6e6259 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 13 Sep 2025 18:33:03 +0300 Subject: [PATCH] py3-setuptools --- .../language/python3/python3-setuptools/actions.py | 11 +++-------- .../language/python3/python3-setuptools/pspec.xml | 7 +++++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index 72635ff7..b184cc72 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -10,25 +10,20 @@ from pisi.actionsapi import pythonmodules WorkDir="setuptools-%s" % get.srcVERSION() -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","75.8.2") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","78.1.1") #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") - pythonmodules.compile(pyVer="3") + pythonmodules.compile(pyVer="3 -B") def install(): - pythonmodules.install(pyVer="3") + pythonmodules.install(pyVer="3 -B") 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/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 60150103..9d038c17 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -54,6 +54,13 @@ + + 2025-09-13 + 78.1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2025-04-20 78.1.1