diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-12 15:15:05 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-15 00:03:03 -0400 |
| commit | 66b832d862301d352bf2dc6d0b3d2ef27c80fc00 (patch) | |
| tree | a71af99ee1952327c4fe23d050ac75404a29f77c /meta-openstack/recipes-devtools | |
| parent | 4e42c257340629d7a963e570aab17fa1b0b1b426 (diff) | |
| download | meta-cloud-services-66b832d862301d352bf2dc6d0b3d2ef27c80fc00.tar.gz | |
python-suds-jurko: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
3 files changed, 25 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-suds-jurko.inc b/meta-openstack/recipes-devtools/python/python-suds-jurko.inc new file mode 100644 index 0000000..579212a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-suds-jurko.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" | ||
| 2 | HOMEPAGE = "https://bitbucket.org/jurko/suds" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" | ||
| 6 | |||
| 7 | PYPI_PACKAGE_EXT = "tar.bz2" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" | ||
| 10 | SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
| 20 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb index a4a436f..52bb6d8 100644 --- a/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb +++ b/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb | |||
| @@ -1,20 +1,3 @@ | |||
| 1 | DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" | 1 | inherit setuptools |
| 2 | HOMEPAGE = "https://bitbucket.org/jurko/suds" | 2 | require python-suds-jurko.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" | ||
| 6 | |||
| 7 | PYPI_PACKAGE_EXT = "tar.bz2" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" | ||
| 10 | SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
| 20 | 3 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb new file mode 100644 index 0000000..d230c8d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-suds-jurko.inc | ||
| 3 | |||
