summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb
new file mode 100644
index 0000000..f11f8e6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django_git.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
6
7SRCNAME = "Django"
8
9PV = "1.8.6"
10SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8"
11
12SRC_URI = " \
13 git://github.com/django/django.git;branch=stable/1.8.x \
14 "
15
16S = "${WORKDIR}/git"
17
18inherit setuptools
19
20FILES_${PN} += "${datadir}/django/*"
21