Merge pull request #1989 from bferturk/master

index
This commit is contained in:
bferturk
2016-06-18 22:48:37 +03:00
committed by GitHub
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
a3a198d5ec8ab9528a307632d30bb5e8d3d0b94b
180497884e6706ceccdaaf1f596425d519e9300d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6f74d86a2451ba987aa7ef42b0d4123f4538f8da
1a9eadfaead5a837c877501cf1e654d05a45db4d
+1 -1
View File
@@ -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>
+2 -3
View File
@@ -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())