Imported from meta-openstack Signed-off-by: Saul Wold <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
