diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:39:09 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | a5917d1e5a9e2a0479797336c844f0e7ff957743 (patch) | |
| tree | bcda392182903afaddd8ebf7fce2d1adfed618eb /meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb | |
| parent | 32b76403147488e01e62d05238791a86cebec643 (diff) | |
| download | meta-cloud-services-a5917d1e5a9e2a0479797336c844f0e7ff957743.tar.gz | |
python-webob: added 1.2.3
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb new file mode 100644 index 0000000..a30ee9c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "WSGI request and response object" | ||
| 2 | HOMEPAGE = "http://webob.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "WebOb" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" | ||
| 13 | SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-sphinx \ | ||
| 21 | python-nose \ | ||
| 22 | " | ||
| 23 | |||
