From 9d5f295e9c137c3fd91fae483d0cd23f15974912 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 18 Jan 2017 13:13:02 +0800 Subject: python-happybase: 0.9 -> 1.0.0 Upgrade python-happybase from 0.9 to 1.0.0. Signed-off-by: Huang Qiyu Signed-off-by: Bruce Ashfield --- .../python/python-happybase_0.9.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-happybase_0.9.bb (limited to 'meta-openstack/recipes-devtools/python/python-happybase_0.9.bb') diff --git a/meta-openstack/recipes-devtools/python/python-happybase_0.9.bb b/meta-openstack/recipes-devtools/python/python-happybase_0.9.bb deleted file mode 100644 index b37907c..0000000 --- a/meta-openstack/recipes-devtools/python/python-happybase_0.9.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Python library to interact with Apache HBase" -HOMEPAGE = "https://pypi.python.org/pypi/happybase/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee" - -PR = "r0" -SRCNAME = "happybase" - -SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "0d9ca6e22a7edb03ccd75e99d0acf1ea" -SRC_URI[sha256sum] = "744e342936f6c9e384b203435c38ff21a339626a0d7c11aa177988b5e164ef2a" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -do_install_append() { - perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` - for f in $perm_files; do - chmod 644 "${f}" - done -} -- cgit v1.2.3-54-g00ecf