python3-setuptools ver. vump
This commit is contained in:
@@ -6,11 +6,19 @@
|
||||
|
||||
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()
|
||||
shelltools.system("python3 -m build --wheel --no-isolation")
|
||||
# python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
shelltools.system("python3 -m installer --destdir=%s dist/*.whl" % get.installDIR())
|
||||
# python3modules.install()
|
||||
pisitools.insinto("/usr/lib/python3.11/site-packages/jaraco/text", "jaraco/text/Lorem ipsum.txt")
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
Reference in New Issue
Block a user