From 5f68197c98b431d761504c6fc074638a43b130b7 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 May 2016 00:59:36 +0300 Subject: [PATCH] python3-setuptools:fixed actions.py --- programming/language/python/python3-setuptools/actions.py | 2 +- programming/language/python/python3-setuptools/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index d706192645..00fbc417c1 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -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") diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml index e49ff4bb0f..42c2fc6567 100644 --- a/programming/language/python/python3-setuptools/pspec.xml +++ b/programming/language/python/python3-setuptools/pspec.xml @@ -28,7 +28,7 @@ - 2016-05-20 + 2016-05-26 19.6.1 First release. Marcin Bojara