diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb b/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb new file mode 100644 index 0000000..f76b4b5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Tools for using a Web Server Gateway Interface stack" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Paste" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "7ea5fabed7dca48eb46dc613c4b6c4ed" | ||
| 13 | SRC_URI[sha256sum] = "11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
