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