summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2015-07-31 15:26:35 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-31 10:17:25 -0400
commitd0d3e399ff626d37ec5624b01e8c422345d4bf23 (patch)
treeafa90295da0091c6b13d63ce66162fe965bd06b5 /meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb
parent8efbdb85a85e7b56f94e448546db72891e1f9586 (diff)
downloadmeta-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.bb23
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 @@
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=83e365dc17176bd72ba7d08ca0555efa"
6
7PR = "r0"
8SRCNAME = "beautifulsoup4"
9
10SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "b8d157a204d56512a4cc196e53e7d8ee"
13SRC_URI[sha256sum] = "a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e"
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}"