diff options
| author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-14 01:29:23 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-19 16:01:34 -0400 |
| commit | d50218835a54cb2d3d9a5a7188668b6d91c301a5 (patch) | |
| tree | 182066a5dcd6fa1b92b7287d4458152fa9d50e65 /meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb | |
| parent | f41cb20673f566852ca0b67e1be8f7948a142f36 (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | DESCRIPTION = "Screen-scraping library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "beautifulsoup4" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815" | ||
| 13 | SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # avoid "error: option --single-version-externally-managed not recognized" | ||
| 20 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 21 | --prefix=${prefix} \ | ||
| 22 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 23 | --install-data=${datadir}" | ||
