python3-setuptools:rebuild for python3 downgrade
This commit is contained in:
@@ -14,12 +14,9 @@ def setup():
|
|||||||
shelltools.makedirs("python3")
|
shelltools.makedirs("python3")
|
||||||
shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
|
shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
#pythonmodules.install()
|
|
||||||
#pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON())
|
|
||||||
shelltools.cd("%s/python3" % get.workDIR())
|
shelltools.cd("%s/python3" % get.workDIR())
|
||||||
pythonmodules.install(pyVer = "3")
|
pythonmodules.install(pyVer = "3")
|
||||||
#pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
|
|
||||||
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
|
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
|
||||||
#avoid python-setuptools conflict
|
#avoid python-setuptools conflict
|
||||||
pisitools.removeDir("/usr/share")
|
pisitools.removeDir("/usr/share")
|
||||||
|
|||||||
@@ -18,14 +18,6 @@
|
|||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<!--<Package>
|
|
||||||
<Name>python-setuptools</Name>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="executable">/usr/bin/easy_install-2.7</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python2*</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>-->
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-setuptools</Name>
|
<Name>python3-setuptools</Name>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -36,6 +28,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2016-05-16</Date>
|
||||||
|
<Version>20.10.1</Version>
|
||||||
|
<Comment>rebuild for python3 downgrade</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-04-28</Date>
|
<Date>2016-04-28</Date>
|
||||||
<Version>20.10.1</Version>
|
<Version>20.10.1</Version>
|
||||||
@@ -51,4 +50,4 @@
|
|||||||
<Email>marcin@pisilinux.org</Email>
|
<Email>marcin@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user