From 6efe4ead1bf61e8597cf13385a66ddd408ec1744 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 22 Sep 2020 10:28:17 +0800 Subject: python3-memcache: upgrade 1.2.9 -> 3.4.0 Consolidate inc and bb files into a single bb file. -License-Update: Update PKG-INFO. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-memcache.inc | 22 ------------------ .../python/python3-memcache_1.2.9.bb | 2 -- .../python/python3-memcache_3.4.0.bb | 26 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-memcache.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-memcache.inc b/meta-openstack/recipes-devtools/python/python-memcache.inc deleted file mode 100644 index 61fe67d..0000000 --- a/meta-openstack/recipes-devtools/python/python-memcache.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A comprehensive, fast, pure Python memcached client" -HOMEPAGE = "https://github.com/Pinterest/pymemcache" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8538d10fb74087ea2dc61033b6ebf9f" - -PYPI_PACKAGE = "pymemcache" - -SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592" -SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb b/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb deleted file mode 100644 index 08ecb7b..0000000 --- a/meta-openstack/recipes-devtools/python/python3-memcache_1.2.9.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-memcache.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb new file mode 100644 index 0000000..8d189f8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "A comprehensive, fast, pure Python memcached client" +HOMEPAGE = "https://github.com/Pinterest/pymemcache" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=efde6ee9f51b69abbdca7d447b0d1488" + +PYPI_PACKAGE = "pymemcache" + +SRC_URI[md5sum] = "f0da0618d828f67ff3e0742c9ace3cd7" +SRC_URI[sha256sum] = "47882ab1c7e5e1dea67df8aa9faf410ce82e606fd5f29501273a60ff61d7cc99" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + ${PYTHON_PN}-six-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-logging \ + " -- cgit v1.2.3-54-g00ecf