mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python-django: add version 1.6.10
Updated version of the recipe in meta-openstack. Also made LICENSE more accurate and set SUMMARY instead of DESCRIPTION since the value is short. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
90057b32f5
commit
6b8e0fe39e
19
meta-python/recipes-devtools/python/python-django_1.6.10.bb
Normal file
19
meta-python/recipes-devtools/python/python-django_1.6.10.bb
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SUMMARY = "A high-level Python Web framework"
|
||||
HOMEPAGE = "http://www.djangoproject.com/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365"
|
||||
|
||||
SRCNAME = "Django"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "d7123f14ac19ae001be02ed841937b91"
|
||||
SRC_URI[sha256sum] = "54eb59ce785401c7d1fdeed245efce597e90f811d6a20f6b5c6931c0049d63a6"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
FILES_${PN} += "${datadir}/django"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user