diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-18 13:13:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | 9d5f295e9c137c3fd91fae483d0cd23f15974912 (patch) | |
| tree | f1bf12702f52a5ef495f253faec01acf505d415f /meta-openstack/recipes-devtools/python/python-happybase_0.9.bb | |
| parent | 3af287f179a0512068e73dd0cbd4fb44d30cd5ab (diff) | |
| download | meta-cloud-services-9d5f295e9c137c3fd91fae483d0cd23f15974912.tar.gz | |
python-happybase: 0.9 -> 1.0.0
Upgrade python-happybase from 0.9 to 1.0.0.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-happybase_0.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-happybase_0.9.bb | 24 |
1 files changed, 0 insertions, 24 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Python library to interact with Apache HBase" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/happybase/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "happybase" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "0d9ca6e22a7edb03ccd75e99d0acf1ea" | ||
| 13 | SRC_URI[sha256sum] = "744e342936f6c9e384b203435c38ff21a339626a0d7c11aa177988b5e164ef2a" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` | ||
| 21 | for f in $perm_files; do | ||
| 22 | chmod 644 "${f}" | ||
| 23 | done | ||
| 24 | } | ||
