update: python3-setuptools
This commit is contained in:
@@ -5,16 +5,17 @@
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
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 build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
|
||||
def install():
|
||||
#pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
|
||||
|
||||
pythonmodules.run("bootstrap.py", pyVer="3")
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
#avoid python-setuptools conflict
|
||||
#pisitools.removeDir("/usr/share")
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
Reference in New Issue
Block a user