summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb
new file mode 100644
index 0000000..645389f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.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] = "88764f4923e83bd995940ef06eb42aa7"
13SRC_URI[sha256sum] = "7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools