Merge pull request #1757 from ayhanyalcinsoy/master

python3-setuptools:fixed, pip rebuild for py3-setuptools
This commit is contained in:
yusuf
2016-05-16 16:56:02 +03:00
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -12,7 +12,7 @@
<Summary>The PyPA recommended tool for installing Python packages</Summary>
<Description>The PyPA recommended tool for installing Python packages</Description>
<License>MIT</License>
<Archive sha1sum="6c6076664a51ac14849696df65ace8d44e42dea7" type="targz">https://pypi.python.org/packages/source/p/pip/pip-8.1.1.tar.gz</Archive>
<Archive sha1sum="910e2dd5c533d351a7dc84bc9091893659afcbb0" type="targz">https://github.com/pypa/pip/archive/8.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-16</Date>
<Version>8.1.2</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-28</Date>
<Version>8.1.1</Version>
@@ -55,4 +62,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -17,6 +17,6 @@ def setup():
def install():
shelltools.cd("%s/python3" % get.workDIR())
pythonmodules.install(pyVer = "3")
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#avoid python-setuptools conflict
pisitools.removeDir("/usr/share")