summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:08 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit1b09f170211eb2426137ff900bbd5b290c8ca0d3 (patch)
tree216aa3408a14b37c8dfd7aa0d1fe47565205d0a2 /meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
parent73e19565a948dc2ba99e3d42fb5496e9b1de4805 (diff)
downloadmeta-cloud-services-1b09f170211eb2426137ff900bbd5b290c8ca0d3.tar.gz
python-wsme: upgrade to 0.8.0, set proper license
License is MIT. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
new file mode 100644
index 0000000..9bc5651
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
@@ -0,0 +1,30 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6
7SRCNAME = "WSME"
8
9SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "8a257dc57d11a750c9aac34033ea8663"
12SRC_URI[sha256sum] = "00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23RDEPENDS_${PN} += "\
24 python-netaddr \
25 python-pbr \
26 python-pytz \
27 python-simplegeneric \
28 python-six \
29 python-webob \
30 "