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/html5lib/
Date: Thu, 16 Mar 2023 03:50:12
Message-Id: 1678938486.b577683387e8126791d627419db6fa8606f6fc3c.mgorny@gentoo
1 commit: b577683387e8126791d627419db6fa8606f6fc3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:50 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:48:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5776833
7
8 dev-python/html5lib: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/html5lib/html5lib-1.1-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/html5lib/html5lib-1.1-r1.ebuild b/dev-python/html5lib/html5lib-1.1-r1.ebuild
16 index 9dbcfed268c4..cbbe19b55953 100644
17 --- a/dev-python/html5lib/html5lib-1.1-r1.ebuild
18 +++ b/dev-python/html5lib/html5lib-1.1-r1.ebuild
19 @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
20 PYTHON_COMPAT=( python3_{9..11} pypy3 )
21 PYTHON_REQ_USE="xml(+)"
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="HTML parser based on the HTML5 specification"
27 HOMEPAGE="
28 @@ -15,7 +15,6 @@ HOMEPAGE="
29 https://html5lib.readthedocs.io/
30 https://pypi.org/project/html5lib/
31 "
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"