diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-02 12:20:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-02 12:20:11 +0100 |
commit | f9a04e659bb403d93be2684206c5a3ecc33bcbfa (patch) | |
tree | b718d7bb7861545725d737146b7a6f1b97435a8d /dev-python/beautifulsoup | |
parent | dev-python/feedgenerator: Mark ALLARCHES (diff) | |
download | gentoo-f9a04e659bb403d93be2684206c5a3ecc33bcbfa.tar.gz gentoo-f9a04e659bb403d93be2684206c5a3ecc33bcbfa.tar.bz2 gentoo-f9a04e659bb403d93be2684206c5a3ecc33bcbfa.zip |
dev-python/beautifulsoup: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/Manifest | 1 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/beautifulsoup/Manifest b/dev-python/beautifulsoup/Manifest index fae4da3f5dfb..f253159b19c1 100644 --- a/dev-python/beautifulsoup/Manifest +++ b/dev-python/beautifulsoup/Manifest @@ -1,2 +1 @@ -DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3 SHA512 a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8 SHA512 e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild deleted file mode 100644 index 6be95da941cc..000000000000 --- a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} 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 ~s390 sparc x86" - -RDEPEND=" - dev-python/soupsieve[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND}" - -distutils_enable_tests nose -distutils_enable_sphinx doc/source - -python_test() { - nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" -} |