diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:58:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:21:53 +0100 |
commit | 56fb20c59f354eb4f51ae98b5c8ead1a0fa58cb9 (patch) | |
tree | 817c5d92a19059e68537e3b834864af3bbaf8251 /dev-python/html5-parser | |
parent | dev-python/grpcio-tools: Use pypi.eclass (diff) | |
download | gentoo-56fb20c59f354eb4f51ae98b5c8ead1a0fa58cb9.tar.gz gentoo-56fb20c59f354eb4f51ae98b5c8ead1a0fa58cb9.tar.bz2 gentoo-56fb20c59f354eb4f51ae98b5c8ead1a0fa58cb9.zip |
dev-python/html5-parser: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/html5-parser')
-rw-r--r-- | dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild b/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild index 058a3b4032eb..06bf9a6d6ad5 100644 --- a/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild +++ b/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild @@ -4,11 +4,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 toolchain-funcs +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 toolchain-funcs pypi DESCRIPTION="Fast C based HTML 5 parsing for python" HOMEPAGE="https://github.com/kovidgoyal/html5-parser/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |