summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-01-30 16:46:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-30 16:46:41 -0500
commita6ff9ee05cccceb92c422319727b50c292bf1aea (patch)
tree3237cb4df5d483f3e82d637d9a4b4f98ce0e9017 /meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb
parent0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9 (diff)
downloadmeta-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.bb17
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 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7"
6
7PR = "r0"
8SRCNAME = "WSME"
9
10SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "4c71906a0af298f2170b452a3bd09754"
13SRC_URI[sha256sum] = "9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools