python3-setuptools ver. vump
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Core utilities for Python packages.</Summary>
|
||||
<Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description>
|
||||
<Archive sha1sum="c055b5c5cc3f15be382da0bf35a7d57d29662447" type="targz">https://files.pythonhosted.org/packages/source/p/packaging/packaging-24.1.tar.gz</Archive>
|
||||
<Archive sha1sum="b001ecb7812d07963211a32e86041af9cc581aff" type="targz">https://files.pythonhosted.org/packages/source/p/packaging/packaging-24.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.9.7">python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>24.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2024-09-21</Date>
|
||||
<Version>24.1</Version>
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
|
||||
@@ -15,13 +15,15 @@
|
||||
<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="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>
|
||||
<Archive sha1sum="4c0469d7a2c11055dd77a83e9154b443bdcd06fd" type="targz">https://github.com/pypa/setuptools/archive/refs/tags/v78.1.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-jaraco.collections</Dependency>
|
||||
<Dependency>python3-backports_tarfile</Dependency>
|
||||
<!--<Dependency>python3-packaging</Dependency>-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -40,6 +42,8 @@
|
||||
<Dependency>python3-ordered-set</Dependency>
|
||||
<Dependency>python3-platformdirs</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
<Dependency>python3-backports_tarfile</Dependency>
|
||||
<Dependency>python3-jaraco.collections</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -49,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="42">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>78.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="41">
|
||||
<Date>2025-01-03</Date>
|
||||
<Version>75.6.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user