python3-setuptools ver. bump

This commit is contained in:
Rmys
2021-04-12 13:49:07 +03:00
committed by GitHub
parent e97c971c57
commit 44ec029710
2 changed files with 15 additions and 6 deletions
@@ -10,12 +10,14 @@ from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION()
def setup():
shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
#def setup():
#shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
def build():
pythonmodules.compile(pyVer="3")
def install():
#shelltools.system("python3 setup.py install --prefix=/usr --optimize=1 --skip-build")
pythonmodules.install(pyVer="3")