diff options
author | Rohan Fletcher <rohfledev@gmail.com> | 2014-02-18 21:40:06 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-19 08:53:31 +0100 |
commit | e51f87b825819986613cff58038b797e9925b25d (patch) | |
tree | 5fb311292ee2633bff7b65f76991f24e88ebde3f /package/python-setuptools/python-setuptools.mk | |
parent | 73293e88c828c9bddc0b684a4603f86f70f8e876 (diff) | |
download | buildroot-e51f87b825819986613cff58038b797e9925b25d.tar.gz buildroot-e51f87b825819986613cff58038b797e9925b25d.zip |
python-setuptools: bump version to 2.1.2
[Thomas: bump to 2.1.2 instead of 0.8, remove comment that no longer
made sense about setuptools being forked.]
Signed-off-by: Rohan Fletcher <rohfledev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-setuptools/python-setuptools.mk')
-rw-r--r-- | package/python-setuptools/python-setuptools.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 13df4489d0..48bf7c5538 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -4,14 +4,9 @@ # ################################################################################ -# "distribute" is a fork of the unmaintained setuptools package. There -# are plans to re-merge it into setuptools; if this happens, we can -# switch back to it. -# See http://pypi.python.org/packages/source/s/setuptools - -PYTHON_SETUPTOOLS_VERSION = 0.6.36 -PYTHON_SETUPTOOLS_SOURCE = distribute-$(PYTHON_SETUPTOOLS_VERSION).tar.gz -PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/d/distribute +PYTHON_SETUPTOOLS_VERSION = 2.1.2 +PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz +PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools $(eval $(python-package)) |