python3-setuptools: upgrade to version 27.1.2 3160/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Sep 2016 12:52:37 +0000 (15:52 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Sep 2016 12:54:20 +0000 (15:54 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python3-setuptools/Makefile
lang/python3-setuptools/patches/0001-remove-windows-support.patch

index f8ff0a7a07f2e41f3ed090b20f6f3ff7522be25d..e8ca43b06073c6f70e0c8a7e9104cd0c36373593 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python3-setuptools
-PKG_VERSION:=22.0.5
+PKG_VERSION:=27.1.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://pypi.python.org/packages/90/7a/b64d5804b6d1aebed1892e4df1c21bcb4f8480095ba8004e48999601119d/
-PKG_MD5SUM:=869f3029dcc66a64ba39875e2a2f044a
+PKG_SOURCE_URL:=https://pypi.python.org/packages/7b/e7/d9b468ead9854ca55110325ce00ae6ee64d11b957cc5214aa5174738187e/
+PKG_MD5SUM:=75e60f2aee3d423a53d32e234a2328e1
 
 PKG_LICENSE:=PSF
 
index f48127fab316e90432822e297e2705bf5b2f6eb0..86e5bba05055cc13c67bb1e069e6d81bc6318b4f 100644 (file)
@@ -1,16 +1,16 @@
 diff --git a/setuptools/dist.py b/setuptools/dist.py
-index 7785541..23108c7 100644
+index b004f92..66b9d89 100644
 --- a/setuptools/dist.py
 +++ b/setuptools/dist.py
-@@ -18,7 +18,6 @@ from setuptools.extern.six.moves import map
+@@ -17,7 +17,6 @@ from setuptools.extern.six.moves import map
  from pkg_resources.extern import packaging
  
  from setuptools.depends import Require
 -from setuptools import windows_support
+ from setuptools.monkey import get_unpatched
  import pkg_resources
  
-@@ -335,7 +334,6 @@ class Distribution(_Distribution):
+@@ -383,7 +382,6 @@ class Distribution(_Distribution):
          egg_cache_dir = os.path.join(os.curdir, '.eggs')
          if not os.path.exists(egg_cache_dir):
              os.mkdir(egg_cache_dir)