commit: ef50776fc2b51610fa00552280b88528610fd6e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 17:46:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 17:48:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef50776f
dev-python/beautifulsoup4: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
b/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
index 6168507d30bd..96aaefd70bea 100644
--- a/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
+++ b/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
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/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"