[OE-core] [PATCH 4/4] python-django: Add new version 1.7.1

Saul Wold sgw at linux.intel.com
Wed Dec 10 05:44:49 UTC 2014


Imported from meta-openstack

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-devtools/python/python-django_1.7.1.bb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-django_1.7.1.bb

diff --git a/meta/recipes-devtools/python/python-django_1.7.1.bb b/meta/recipes-devtools/python/python-django_1.7.1.bb
new file mode 100644
index 0000000..d7998a0
--- /dev/null
+++ b/meta/recipes-devtools/python/python-django_1.7.1.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "A high-level Python Web framework"
+HOMEPAGE = "http://www.djangoproject.com/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
+
+PR = "r1"
+SRCNAME = "Django"
+
+SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "81dae89f21647b9aa5c46c6b7dbfa349"
+SRC_URI[sha256sum] = "3de62e71ce2cfbcdecb6e344cad04948506c8410ea5c6eab15c8f3b31b8ac1c0"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/django/*"
+
-- 
1.8.3.1




More information about the Openembedded-core mailing list