diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 18:06:32 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 18:06:32 +0500 |
commit | a1ae51d7704977093fde3364ace31808470ea0e5 (patch) | |
tree | 4796fd33b6ea8b5c6e85f20d08dd0d99f9f808c7 | |
parent | dev-python/signalstickers-client: Use pypi.eclass (diff) | |
download | guru-a1ae51d7704977093fde3364ace31808470ea0e5.tar.gz guru-a1ae51d7704977093fde3364ace31808470ea0e5.tar.bz2 guru-a1ae51d7704977093fde3364ace31808470ea0e5.zip |
dev-python/sphinxcontrib-katex: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild index 64c77dabc..88c8d835b 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages" HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |