python3-setuptools ver. vump

This commit is contained in:
Rmys
2025-04-18 22:38:16 +03:00
parent 5926116349
commit bc53124e82
63 changed files with 822 additions and 71 deletions
@@ -6,6 +6,12 @@
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
def build():
python3modules.compile()
@@ -13,7 +13,7 @@
<Summary>A library to determine platform-specific system directories</Summary>
<Icon>python3-platformdirs</Icon>
<Description>A library to determine platform-specific system directories</Description>
<Archive sha1sum="82e215dc9c45eedf9168584fede36d795714f677" type="targz">https://files.pythonhosted.org/packages/d3/e3/aa14d6b2c379fbb005993514988d956f1b9fdccd9cbe78ec0dbe5fb79bf5/platformdirs-3.11.0.tar.gz</Archive>
<Archive sha1sum="b4b54c36dbd28ee42123187aa5212d269a7fd882" type="targz">https://github.com/tox-dev/platformdirs/archive/refs/tags/4.3.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="2">
<Date>2025-04-18</Date>
<Version>4.3.6</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2023-10-28</Date>
<Version>3.11.0</Version>