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