From a6ff9ee05cccceb92c422319727b50c292bf1aea Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 30 Jan 2014 16:46:41 -0500 Subject: json/sqlalchemy-migrate/wsme: update and introduce packages to meet ceilometer requirements Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wsme_0.5b6.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb') 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 @@ +DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" +HOMEPAGE = "https://pypi.python.org/pypi/WSME/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" + +PR = "r0" +SRCNAME = "WSME" + +SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "4c71906a0af298f2170b452a3bd09754" +SRC_URI[sha256sum] = "9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf