summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-03 18:46:18 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-03 18:48:05 +0100
commitef50776fc2b51610fa00552280b88528610fd6e7 (patch)
tree77807ccfa311253a2c7eefa5aba4224b70f55d2b /dev-python/beautifulsoup4
parentdev-python/beautifulsoup4: Remove old (diff)
downloadgentoo-ef50776fc2b51610fa00552280b88528610fd6e7.tar.gz
gentoo-ef50776fc2b51610fa00552280b88528610fd6e7.tar.bz2
gentoo-ef50776fc2b51610fa00552280b88528610fd6e7.zip
dev-python/beautifulsoup4: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup4')
-rw-r--r--dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild3
1 files changed, 1 insertions, 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"