From 86fc2c4007292a82dde9f5519fa9d3a90b4c5148 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 16 May 2016 14:33:52 +0300 Subject: [PATCH] python3-setuptools:rebuild for python3 downgrade --- .../python/python3-setuptools/actions.py | 7 ++----- .../python/python3-setuptools/pspec.xml | 17 ++++++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index eb773aabe3..00fbc417c1 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -14,12 +14,9 @@ def setup(): shelltools.makedirs("python3") 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()) +def install(): shelltools.cd("%s/python3" % get.workDIR()) pythonmodules.install(pyVer = "3") - #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 + pisitools.removeDir("/usr/share") diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml index 2f1ef87533..6aaa8693a9 100644 --- a/programming/language/python/python3-setuptools/pspec.xml +++ b/programming/language/python/python3-setuptools/pspec.xml @@ -18,14 +18,6 @@ - python3-setuptools @@ -36,6 +28,13 @@ + + 2016-05-16 + 20.10.1 + rebuild for python3 downgrade + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-04-28 20.10.1 @@ -51,4 +50,4 @@ marcin@pisilinux.org - \ No newline at end of file +