summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
diff options
context:
space:
mode:
authorWang Xin <wangxin2015.fnst@cn.fujitsu.com>2016-09-14 01:29:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-09-19 16:01:34 -0400
commitd50218835a54cb2d3d9a5a7188668b6d91c301a5 (patch)
tree182066a5dcd6fa1b92b7287d4458152fa9d50e65 /meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
parentf41cb20673f566852ca0b67e1be8f7948a142f36 (diff)
downloadmeta-cloud-services-d50218835a54cb2d3d9a5a7188668b6d91c301a5.tar.gz
python-beautifulsoup4: 4.4.0 -> 4.4.1
Upgrade python-beautifulsoup4 from 4.4.0 to 4.4.1. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
new file mode 100644
index 0000000..1e061c2
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "Screen-scraping library"
2HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596"
6
7PR = "r0"
8SRCNAME = "beautifulsoup4"
9
10SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815"
13SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# avoid "error: option --single-version-externally-managed not recognized"
20DISTUTILS_INSTALL_ARGS = "--root=${D} \
21 --prefix=${prefix} \
22 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
23 --install-data=${datadir}"