summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-suds_0.4.bb
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-05-17 17:37:06 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:55 -0400
commit7122852a5b02288f3145058f83fb7ca15a0828d6 (patch)
tree75537519e3f508361d5a94084c4eefce1ed41c73 /meta-openstack/recipes-devtools/python/python-suds_0.4.bb
parentafaacb560c37d7421dddaa275128db583b9acd70 (diff)
downloadmeta-cloud-services-7122852a5b02288f3145058f83fb7ca15a0828d6.tar.gz
python-suds: added 0.4
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-suds_0.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-suds_0.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.bb
new file mode 100644
index 0000000..15a9973
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-suds_0.4.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Lightweight SOAP client"
2HOMEPAGE = "https://fedorahosted.org/suds/"
3SECTION = "devel/python"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29"
6
7PR = "r0"
8SRCNAME = "suds"
9
10SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "05523dfd3fc0de3f19dde4aca5dd17e9"
13SRC_URI[sha256sum] = "66a2ee8dab56834d0a6b4ad88ed3daf2ff9824eeb9e5f66c93bf966d6db309d1"
14
15inherit setuptools