diff options
| author | zhengrq <zhengrq.fnst@cn.fujitsu.com> | 2017-11-04 23:55:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-06 08:52:40 -0500 |
| commit | 24bb9f841d1fc84286d14665bd8e171fa3141877 (patch) | |
| tree | 752c5f6d4ce477cd23a21b69be660359e96c9975 /meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb | |
| parent | dce6a22290522d20d715d6d083d599f79f07fde7 (diff) | |
| download | meta-cloud-services-24bb9f841d1fc84286d14665bd8e171fa3141877.tar.gz | |
python-httplib2: upgrade to 0.10.3
1) Upgrade python-httplib2 from 0.9.2 to 0.10.3.
2) Modify LIC_FILES_CHKSUM as home-page in PKG-INFO has been changed from https://github.com/jcgregorio/httplib2 to https://github.com/httplib2/httplib2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb deleted file mode 100644 index 711411b..0000000 --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.9.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "A comprehensive HTTP client library" | ||
| 2 | HOMEPAGE = "https://code.google.com/p/httplib2/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=01abba5d32279f9ed6b3350390258547" | ||
| 6 | |||
| 7 | SRCNAME = "httplib2" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/ff/a9/5751cdf17a70ea89f6dde23ceb1705bfb638fd8cee00f845308bf8d26397/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "bd1b1445b3b2dfa7276b09b1a07b7f0e" | ||
| 12 | SRC_URI[sha256sum] = "c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` | ||
| 20 | for f in $perm_files; do | ||
| 21 | chmod 644 "${f}" | ||
| 22 | done | ||
| 23 | } | ||
