From f585ebef06a2d360e8955c2956514097e99591cc Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 20 Oct 2020 11:29:22 +0800 Subject: python3-wsme: upgrade 0.9.3 -> 0.10.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wsme.inc | 24 ----------------- .../recipes-devtools/python/python3-wsme_0.10.0.bb | 30 ++++++++++++++++++++++ .../recipes-devtools/python/python3-wsme_0.9.3.bb | 2 -- 3 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-wsme.inc create mode 100644 meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-wsme.inc b/meta-openstack/recipes-devtools/python/python-wsme.inc deleted file mode 100644 index b402a09..0000000 --- a/meta-openstack/recipes-devtools/python/python-wsme.inc +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" -HOMEPAGE = "https://pypi.python.org/pypi/WSME/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" - -PYPI_PACKAGE = "WSME" - -SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f" -SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb new file mode 100644 index 0000000..57538ec --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" +HOMEPAGE = "https://pypi.python.org/pypi/WSME/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" + +PYPI_PACKAGE = "WSME" + +SRC_URI[md5sum] = "7e5d5c6dbee2ad1e82c518ef3bfdf108" +SRC_URI[sha256sum] = "965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304" + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-netaddr \ + ${PYTHON_PN}-webob \ + " + +inherit setuptools3 pypi diff --git a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb b/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb deleted file mode 100644 index f792d0e..0000000 --- a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 pypi -require python-wsme.inc -- cgit v1.2.3-54-g00ecf