diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:46:41 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:46:41 -0500 |
| commit | a6ff9ee05cccceb92c422319727b50c292bf1aea (patch) | |
| tree | 3237cb4df5d483f3e82d637d9a4b4f98ce0e9017 /meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb | |
| parent | 0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9 (diff) | |
| download | meta-cloud-services-a6ff9ee05cccceb92c422319727b50c292bf1aea.tar.gz | |
json/sqlalchemy-migrate/wsme: update and introduce packages to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb new file mode 100644 index 0000000..86efde6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WSME/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "WSME" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "4c71906a0af298f2170b452a3bd09754" | ||
| 13 | SRC_URI[sha256sum] = "9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
