summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
deleted file mode 100644
index 999635e..0000000
--- a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "Screen-scraping library"
2HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/"
3SECTION = "devel/python"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596"
7
8SRCNAME = "beautifulsoup4"
9
10SRC_URI = "\
11 https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12"
13
14SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815"
15SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
16
17S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19inherit setuptools
20
21# avoid "error: option --single-version-externally-managed not recognized"
22DISTUTILS_INSTALL_ARGS = "\
23 --root=${D} \
24 --prefix=${prefix} \
25 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
26 --install-data=${datadir} \
27"
28
29BBCLASSEXTEND = "native"