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 -nw")
# python3modules.compile()
def install():
python3modules.install()
shelltools.system("python3 -m installer --destdir=%s dist/*.whl" % get.installDIR())
# python3modules.install()
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="3">
<Date>2025-04-13</Date>
<Version>0.4.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>0.4.0</Version>