index
This commit is contained in:
+1
-1
@@ -12461,7 +12461,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-06-09</Date>
|
||||
<Date>2016-06-18</Date>
|
||||
<Version>8.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
a3a198d5ec8ab9528a307632d30bb5e8d3d0b94b
|
||||
180497884e6706ceccdaaf1f596425d519e9300d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
6f74d86a2451ba987aa7ef42b0d4123f4538f8da
|
||||
1a9eadfaead5a837c877501cf1e654d05a45db4d
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-06-09</Date>
|
||||
<Date>2016-06-18</Date>
|
||||
<Version>8.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -17,8 +17,7 @@ def setup():
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
pisitools.rename("/usr/bin/pip", "pip3")
|
||||
pisitools.rename("/usr/share/doc/pip/README.rst", "README3.rst")
|
||||
|
||||
shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.4/site-packages/pip/__init__.py" % get.installDIR())
|
||||
shelltools.system("python3 -m compileall %s/usr/lib/python3.4/site-packages/pip/__init__.py" % get.installDIR())
|
||||
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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user