update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/python-django/Config.in
Normal file
16
bsp/buildroot-2017.02.11/package/python-django/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_DJANGO
|
||||
bool "python-django"
|
||||
select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Django is a high-level Python Web framework that encourages
|
||||
rapid development and clean, pragmatic design. It takes your
|
||||
Web applications from concept to launch in a matter of hours.
|
||||
Django takes care of user authentication, content administration,
|
||||
site maps, RSS feeds, user comments and many more tasks.
|
||||
Django takes security seriously and helps developers avoid
|
||||
many common security mistakes
|
||||
|
||||
https://www.djangoproject.com/
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/django/json, sha256 locally computed
|
||||
md5 693dfeabad62c561cb205900d32c2a98 Django-1.10.7.tar.gz
|
||||
sha256 593d779dbc2350a245c4f76d26bdcad58a39895e87304fe6d725bbdf84b5b0b8 Django-1.10.7.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-django
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DJANGO_VERSION = 1.10.7
|
||||
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/15/b4/d4bb7313e02386bd23a60e1eb5670321313fb67289c6f36ec43bce747aff
|
||||
PYTHON_DJANGO_LICENSE = BSD-3c
|
||||
PYTHON_DJANGO_LICENSE_FILES = LICENSE
|
||||
PYTHON_DJANGO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user