diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-13 17:22:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-14 19:26:18 -0500 |
| commit | cae119bc7ec674263f6d53f4db2eae1d897a0c8d (patch) | |
| tree | dfb6fcbec8ca135ddae285bde80faf4e57125120 /recipes-devtools/python/python-webob_1.6.0.bb | |
| parent | b6d051a19770e65bd23bccbd2fc6e948092a6f16 (diff) | |
| download | meta-virtualization-cae119bc7ec674263f6d53f4db2eae1d897a0c8d.tar.gz | |
python-webob 1.4.1 -> 1.6.0
Upgrade python-webob from 1.4.1 to 1.6.0.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-webob_1.6.0.bb')
| -rw-r--r-- | recipes-devtools/python/python-webob_1.6.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-webob_1.6.0.bb b/recipes-devtools/python/python-webob_1.6.0.bb new file mode 100644 index 00000000..71c74ffd --- /dev/null +++ b/recipes-devtools/python/python-webob_1.6.0.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] = "089d7fc6745f175737800237c7287802" | ||
| 13 | SRC_URI[sha256sum] = "63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-sphinx \ | ||
| 21 | python-nose \ | ||
| 22 | " | ||
| 23 | |||
