buildrootschalter/package/python-setuptools/python-setuptools.mk
Thomas Petazzoni 3fcb28e7a1 python-setuptools: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-15 13:39:31 +01:00

19 lines
696 B
Makefile

################################################################################
#
# python-setuptools
#
################################################################################
# "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_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))