From 403029854be021a30beb5d99ae25b50db155cbf7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:28 +0800 Subject: python-memcache: upgrade to 1.2.9 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-memcache_1.2.5.bb | 27 ---------------------- .../python/python-memcache_1.2.9.bb | 26 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb create mode 100644 meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb deleted file mode 100644 index 6597e86..0000000 --- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb +++ /dev/null @@ -1,27 +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=42205da10d12fff27726c08f588b1a0b" - -PR = "r0" - -SRCNAME = "pymemcache" -SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "56dcfa6dfa7205118b60531e5336ab8b" -SRC_URI[sha256sum] = "d8b3d52909eedf975f21236b099510866df8f6cf3d68f67f763609fe2c5ea78b" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb new file mode 100644 index 0000000..9679859 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.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=e8538d10fb74087ea2dc61033b6ebf9f" + + +SRCNAME = "pymemcache" +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592" +SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf