summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb
new file mode 100644
index 0000000..49e2edf
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "A helper class for handling configuration defaults of packaged apps gracefully."
2HOMEPAGE = "http://django-appconf.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3f34b9b2f6413fd5f91869fa7e992457"
6
7PR = "r0"
8SRCNAME = "django-appconf"
9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "29c87a00f0d098b90f3ac6113ae6e52d"
14SRC_URI[sha256sum] = "ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20#RDEPENDS_${PN} += "python-six \
21# "