2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-01-04 12:30:03 +01:00
|
|
|
#
|
|
|
|
# python-setuptools
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-01-04 12:30:03 +01:00
|
|
|
|
2013-05-06 05:15:22 +02:00
|
|
|
# "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
|
2013-12-11 21:26:52 +01:00
|
|
|
PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools
|
2012-01-04 12:30:03 +01:00
|
|
|
|
2013-12-11 21:26:52 +01:00
|
|
|
$(eval $(python-package))
|
|
|
|
$(eval $(host-python-package))
|