diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb new file mode 100644 index 0000000..e2b27e7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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=41a98bc55b04b2a38acdb5c8ab0ae6b2" | ||
| 6 | |||
| 7 | SRCNAME = "httplib2" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/e4/2e/a7e27d2c36076efeb8c0e519758968b20389adf57a9ce3af139891af2696/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "709c305e1b00e9c0af49ee816429569c" | ||
| 12 | SRC_URI[sha256sum] = "e404d3b7bd86c1bc931906098e7c1305d6a3a6dcef141b8bb1059903abb3ceeb" | ||
| 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 | } | ||
