From 7122852a5b02288f3145058f83fb7ca15a0828d6 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:37:06 +0300 Subject: python-suds: added 0.4 Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-suds_0.4.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-suds_0.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-suds_0.4.bb') 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 @@ +DESCRIPTION = "Lightweight SOAP client" +HOMEPAGE = "https://fedorahosted.org/suds/" +SECTION = "devel/python" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" + +PR = "r0" +SRCNAME = "suds" + +SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "05523dfd3fc0de3f19dde4aca5dd17e9" +SRC_URI[sha256sum] = "66a2ee8dab56834d0a6b4ad88ed3daf2ff9824eeb9e5f66c93bf966d6db309d1" + +inherit setuptools -- cgit v1.2.3-54-g00ecf