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")