python3-setuptools ver. bump

This commit is contained in:
Rmys
2025-01-06 15:16:19 +03:00
parent f0b8352bd6
commit 92283ca9da
2 changed files with 16 additions and 4 deletions
@@ -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[.]::' \
@@ -14,10 +14,14 @@
<IsA>app:console</IsA>
<Summary>Python setuptools</Summary>
<Description>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.</Description>
<Archive sha1sum="4b11f92850b237a9bd3d563160c8a927cbcdcf01" type="targz">https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.tar.gz</Archive>
<!-- <Archive sha1sum="6a2d255c2cb3421a3192dd7fa46f9f62bce76924" type="targz">https://github.com/pypa/setuptools/archive/refs/tags/v75.6.0.tar.gz</Archive> -->
<Archive sha1sum="63ec527c9a61f04be0a0fa5c5821eff277c03465" type="targz">https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.11.11">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-jaraco-text</Dependency>
<Dependency>python3-jaraco-context</Dependency>
<Dependency>python3-jaraco-functools</Dependency>
<!--<Dependency>python3-packaging</Dependency>-->
</BuildDependencies>
<Patches>
@@ -45,6 +49,13 @@
</Package>
<History>
<Update release="41">
<Date>2025-01-03</Date>
<Version>75.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="40">
<Date>2024-11-05</Date>
<Version>69.0.3</Version>