diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb deleted file mode 100644 index 0b67b80..0000000 --- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.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=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] = "63d1f33e6524f408cb6efbc5da1ae8a5" | ||
| 13 | SRC_URI[sha256sum] = "fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6" | ||
| 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}" | ||
