Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup4/
Date: Fri, 03 Mar 2023 17:48:18
Message-Id: 1677865685.ef50776fc2b51610fa00552280b88528610fd6e7.mgorny@gentoo
1 commit: ef50776fc2b51610fa00552280b88528610fd6e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 17:46:18 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 17:48:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef50776f
7
8 dev-python/beautifulsoup4: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild b/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
16 index 6168507d30bd..96aaefd70bea 100644
17 --- a/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
18 +++ b/dev-python/beautifulsoup4/beautifulsoup4-4.11.2.ebuild
19 @@ -6,11 +6,10 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} pypy3 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree"
27 HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/"
28 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"