diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
| commit | ff75c955954b32c1aa6fa301303e9df5ef53078e (patch) | |
| tree | 85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb | |
| parent | 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff) | |
| download | meta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz | |
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb new file mode 100644 index 0000000..246ade2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Load, configure, and compose WSGI applications and servers" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/deploy/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "PasteDeploy" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b" | ||
| 13 | SRC_URI[sha256sum] = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-paste" | ||
