diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-07-31 15:26:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-31 10:17:25 -0400 |
| commit | d0d3e399ff626d37ec5624b01e8c422345d4bf23 (patch) | |
| tree | afa90295da0091c6b13d63ce66162fe965bd06b5 /meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb | |
| parent | 8efbdb85a85e7b56f94e448546db72891e1f9586 (diff) | |
| download | meta-cloud-services-d0d3e399ff626d37ec5624b01e8c422345d4bf23.tar.gz | |
python-beautifulsoup4: upgrade 4.3.2 -> 4.4.0
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb deleted file mode 100644 index 2d3cddb..0000000 --- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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=83e365dc17176bd72ba7d08ca0555efa" | ||
| 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] = "b8d157a204d56512a4cc196e53e7d8ee" | ||
| 13 | SRC_URI[sha256sum] = "a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e" | ||
| 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}" | ||
