diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:00:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:25:21 +0100 |
commit | 17ae4adf061ad890635e8998f0a503e9943786cd (patch) | |
tree | 015d47da368856fd69f72619073f7dcf591c11bc /dev-python/sphinxcontrib-serializinghtml | |
parent | dev-python/sphinxcontrib-qthelp: Use pypi.eclass (diff) | |
download | gentoo-17ae4adf061ad890635e8998f0a503e9943786cd.tar.gz gentoo-17ae4adf061ad890635e8998f0a503e9943786cd.tar.bz2 gentoo-17ae4adf061ad890635e8998f0a503e9943786cd.zip |
dev-python/sphinxcontrib-serializinghtml: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-serializinghtml')
-rw-r--r-- | dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild index 3bba6b0a2157..7207fbb7f3b7 100644 --- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild +++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild @@ -4,9 +4,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Sphinx extension which outputs outputs serialized HTML files" HOMEPAGE=" @@ -14,7 +15,6 @@ HOMEPAGE=" https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/ https://pypi.org/project/sphinxcontrib-serializinghtml/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |