diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:08 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 1b09f170211eb2426137ff900bbd5b290c8ca0d3 (patch) | |
| tree | 216aa3408a14b37c8dfd7aa0d1fe47565205d0a2 /meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb | |
| parent | 73e19565a948dc2ba99e3d42fb5496e9b1de4805 (diff) | |
| download | meta-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.bb | 30 |
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 @@ | |||
| 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 = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" | ||
| 6 | |||
| 7 | SRCNAME = "WSME" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "8a257dc57d11a750c9aac34033ea8663" | ||
| 12 | SRC_URI[sha256sum] = "00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += "\ | ||
| 24 | python-netaddr \ | ||
| 25 | python-pbr \ | ||
| 26 | python-pytz \ | ||
| 27 | python-simplegeneric \ | ||
| 28 | python-six \ | ||
| 29 | python-webob \ | ||
| 30 | " | ||
