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,11 +6,16 @@
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
python3modules.compile()
shelltools.system("python3 -m build --wheel --no-isolation backend")
# python3modules.compile("backend")
def install():
python3modules.install()
shelltools.system("python3 -m installer --destdir=%s backend/dist/*.whl" % get.installDIR())
# python3modules.install("backend")
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -13,7 +13,7 @@
<Summary>A modern project, package, and virtual env manager (backend)</Summary>
<Icon>python3-hatchling</Icon>
<Description>A modern project, package, and virtual env manager (backend)</Description>
<Archive sha1sum="0f0dff23ac5bc793100efab4320c7c83bf585bd4" type="targz">https://files.pythonhosted.org/packages/a3/51/8a4a67a8174ce59cf49e816e38e9502900aea9b4af672d0127df8e10d3b0/hatchling-1.25.0.tar.gz</Archive>
<Archive sha1sum="bdbb83847ae42d07ffcfef33202e9ceb2e10848f" type="targz">https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.27.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
@@ -21,6 +21,7 @@
<Dependency>python3-pathspec</Dependency>
<Dependency>python3-trove-classifiers</Dependency>
<Dependency>python3-editables</Dependency>
<Dependency>python3-packaging</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -38,6 +39,7 @@
<Dependency>python3-pathspec</Dependency>
<Dependency>python3-trove-classifiers</Dependency>
<Dependency>python3-editables</Dependency>
<Dependency>python3-packaging</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -47,6 +49,13 @@
</Package>
<History>
<Update release="3">
<Date>2025-04-13</Date>
<Version>1.27.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-10-13</Date>
<Version>1.25.0</Version>