summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb
diff options
context:
space:
mode:
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.bb19
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 @@
1DESCRIPTION = "Load, configure, and compose WSGI applications and servers"
2HOMEPAGE = "http://pythonpaste.org/deploy/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c"
6
7PR = "r0"
8SRCNAME = "PasteDeploy"
9
10SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b"
13SRC_URI[sha256sum] = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "python-paste"