From 71d6705ef6a3516325891bc117b3253b49ca0f5f Mon Sep 17 00:00:00 2001 From: Oli Vogt Date: Sat, 3 Jan 2015 13:28:24 +1300 Subject: python-django: new package [Thomas: - Bump to Django 1.7.2, the latest available version; - Support Python 3 in addition to Python 2. - Use a download location from pypi.python.org since the download location from djangoproject.com didn't work as is and is impractical to use with Buildroot: the full URL of the tarball is https://www.djangoproject.com/download/1.7.2/tarball/. I.e, it does not end with the tarball file name.] Signed-off-by: oli vogt Signed-off-by: Thomas Petazzoni --- package/python-django/python-django.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/python-django/python-django.mk (limited to 'package/python-django/python-django.mk') diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk new file mode 100644 index 0000000000..5837088a4b --- /dev/null +++ b/package/python-django/python-django.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# python-django +# +################################################################################ + +PYTHON_DJANGO_VERSION = 1.7.2 +PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz +# The official Django site has an unpractical URL +PYTHON_DJANGO_SITE = https://pypi.python.org/packages/source/D/Django/ +PYTHON_DJANGO_LICENSE = BSD +PYTHON_DJANGO_LICENSE_FILES = LICENSE +PYTHON_DJANGO_SETUP_TYPE = setuptools + +$(eval $(python-package)) -- cgit v1.2.3