diff options
Diffstat (limited to 'recipes-devtools/python/python-webob_1.7.3.bb')
| -rw-r--r-- | recipes-devtools/python/python-webob_1.7.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-webob_1.7.3.bb b/recipes-devtools/python/python-webob_1.7.3.bb new file mode 100644 index 00000000..a2448bef --- /dev/null +++ b/recipes-devtools/python/python-webob_1.7.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | PYPI_PACKAGE = "WebOb" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "350028baffc508e3d23c078118e35316" | ||
| 10 | SRC_URI[sha256sum] = "e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | python-sphinx \ | ||
| 16 | python-nose \ | ||
| 17 | " | ||
| 18 | |||
