pip3:ver.bump and translations

This commit is contained in:
blue-devil
2020-01-29 02:09:35 +03:00
parent 67094b8257
commit ac6d6d5496
3 changed files with 24 additions and 8 deletions
+2 -3
View File
@@ -6,8 +6,8 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
@@ -19,5 +19,4 @@ def install():
pisitools.rename("/usr/bin/pip", "pip3")
shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())