From 40e308a5bc15a46c7d1c44c1616e4d31a5a91966 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 16 May 2016 15:10:37 +0300 Subject: [PATCH 1/3] pip:rebuild for python3-setuptools --- programming/language/python/pip/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml index 8bfe7a1100..0894787eb4 100644 --- a/programming/language/python/pip/pspec.xml +++ b/programming/language/python/pip/pspec.xml @@ -47,6 +47,13 @@ + + 2016-05-16 + 8.1.1 + rebuild for python3-setuptools + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-04-28 8.1.1 @@ -55,4 +62,4 @@ ayhanyalcinsoy@pisilinux.org - \ No newline at end of file + From 65bb2f59cea686c254a5da672b38398d4f626e63 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 16 May 2016 15:11:11 +0300 Subject: [PATCH 2/3] pyton3-setuptools:fixed actions.py --- programming/language/python/python3-setuptools/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index 00fbc417c1..d706192645 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") From 4f977f28197fbb4678a9b8f02fbf8e2ad7cd6441 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 16 May 2016 15:22:55 +0300 Subject: [PATCH 3/3] pip:version bump to 8.1.2 --- programming/language/python/pip/pspec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml index 0894787eb4..3dfba97ff9 100644 --- a/programming/language/python/pip/pspec.xml +++ b/programming/language/python/pip/pspec.xml @@ -12,7 +12,7 @@ The PyPA recommended tool for installing Python packages The PyPA recommended tool for installing Python packages MIT - https://pypi.python.org/packages/source/p/pip/pip-8.1.1.tar.gz + https://github.com/pypa/pip/archive/8.1.2.tar.gz python-setuptools @@ -49,8 +49,8 @@ 2016-05-16 - 8.1.1 - rebuild for python3-setuptools + 8.1.2 + version bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org