From 677b7ba5c317778df2ad7e70df94b9b7eec4adbc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 Sep 2021 04:21:55 +0100 Subject: gentoo resync : 10.09.2021 --- dev-python/beautifulsoup/Manifest | 3 -- .../beautifulsoup/beautifulsoup-4.9.3.ebuild | 33 ---------------------- dev-python/beautifulsoup/metadata.xml | 20 ------------- 3 files changed, 56 deletions(-) delete mode 100644 dev-python/beautifulsoup/Manifest delete mode 100644 dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild delete mode 100644 dev-python/beautifulsoup/metadata.xml (limited to 'dev-python/beautifulsoup') diff --git a/dev-python/beautifulsoup/Manifest b/dev-python/beautifulsoup/Manifest deleted file mode 100644 index def327d5886c..000000000000 --- a/dev-python/beautifulsoup/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8 SHA512 e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34 -EBUILD beautifulsoup-4.9.3.ebuild 860 BLAKE2B 3fde7fd3f82113b262225854d63561a2394f8718726beae1cd13b37375887253de93ca612326fe49fc0aafab41bea7331cd9ecc581bea758f5f26d26ed166ef0 SHA512 fae3924c39e781d390855b2deadf587898d721ffaa3642cdfc54490225cf60b450d3f96e1f4f3158fdd432281432230eb5730a1c4ba3b1750d3c252b8f384e9e -MISC metadata.xml 744 BLAKE2B 93987e4adb8dc5dea9b897940cae80d431b29d693bd1fea9d242de75174b1fd86afaecc6a5fb5e4ad06576caa559a918d09da28d253147f2683703d911435f76 SHA512 f56ab7ff03d21187e38f292b24396eccfd53622c84f5f489bd1e515393dbf85b75bbdfe26a6875352b16dcbf16f89cd9a051dfe44dbca8786efecd7db914f789 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild deleted file mode 100644 index bf90d32d6c56..000000000000 --- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree" -HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="4" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -RDEPEND=" - dev-python/soupsieve[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" - -distutils_enable_tests nose -distutils_enable_sphinx doc/source - -python_test() { - nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/beautifulsoup/metadata.xml b/dev-python/beautifulsoup/metadata.xml deleted file mode 100644 index 227205f32598..000000000000 --- a/dev-python/beautifulsoup/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - python@gentoo.org - Python - - - Beautiful Soup is a Python HTML/XML parser designed for quick - turnaround projects like screen-scraping. Two features make it - powerful: it won't choke if you give it bad markup and it provides a - few simple methods and Pythonic idioms for navigating and searching - a parse tree: a toolkit for dissecting a document and extracting - what you need. - - - - beautifulsoup4 - - -- cgit v1.2.3