diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-02-04 17:45:36 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:35:39 +0100 |
| commit | 6b8e0fe39ef86f7403dfc9617dec1722032e5487 (patch) | |
| tree | 2e2f59d44f338f6de655a18c66d05194a18e2e10 /meta-python | |
| parent | 90057b32f50162ee018d0a98676041dc667bcb11 (diff) | |
| download | meta-openembedded-6b8e0fe39ef86f7403dfc9617dec1722032e5487.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-django_1.6.10.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-django_1.6.10.bb b/meta-python/recipes-devtools/python/python-django_1.6.10.bb new file mode 100644 index 0000000000..8623002e5f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-django_1.6.10.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A high-level Python Web framework" | ||
| 2 | HOMEPAGE = "http://www.djangoproject.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365" | ||
| 6 | |||
| 7 | SRCNAME = "Django" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "d7123f14ac19ae001be02ed841937b91" | ||
| 12 | SRC_URI[sha256sum] = "54eb59ce785401c7d1fdeed245efce597e90f811d6a20f6b5c6931c0049d63a6" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit distutils | ||
| 17 | |||
| 18 | FILES_${PN} += "${datadir}/django" | ||
| 19 | |||
