python3-setuptools:version bump to 19.6.1

This commit is contained in:
2016-01-29 09:51:45 +02:00
parent d21cd87761
commit 2865833240
2 changed files with 11 additions and 4 deletions
@@ -8,18 +8,18 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
WorkDir="distribute-%s" % get.srcVERSION()
WorkDir="setuptools-%s" % get.srcVERSION()
def setup():
shelltools.makedirs("python3")
shelltools.copytree("../distribute-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
def install():
#pythonmodules.install()
#pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON())
shelltools.cd("%s/python3" % get.workDIR())
pythonmodules.install(pyVer = "3")
pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
#pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#avoid python-setuptools conflict
pisitools.removeDir("/usr/share")
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Python setuptools</Summary>
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
<Archive sha1sum="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz</Archive>
<Archive sha1sum="ce72e7effddd31cd657dbbdc9308fee236e4fa37" type="targz">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-01-29</Date>
<Version>19.6.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-11-07</Date>
<Version>0.6.49</Version>