diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index c810255368..eb773aabe3 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml index 4933ca5825..72d0853d3b 100644 --- a/programming/language/python/python3-setuptools/pspec.xml +++ b/programming/language/python/python3-setuptools/pspec.xml @@ -12,7 +12,7 @@ library Python setuptools 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. - http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz + https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz python3-devel @@ -36,6 +36,13 @@ + + 2016-01-29 + 19.6.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + 2015-11-07 0.6.49