summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 11:01:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 11:01:04 +0100
commit1aa345c4c59b7c19228b331c94571b48a60723c9 (patch)
tree3fc2380e2841f3135f1ff3d8cbf517037b86eeef /dev-python/python-markdown-math
parentdev-python/pydevd: Remove old (diff)
downloadgentoo-1aa345c4c59b7c19228b331c94571b48a60723c9.tar.gz
gentoo-1aa345c4c59b7c19228b331c94571b48a60723c9.tar.bz2
gentoo-1aa345c4c59b7c19228b331c94571b48a60723c9.zip
dev-python/python-markdown-math: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-markdown-math')
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
index f37855451648..0f767deb1ab9 100644
--- a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
+++ b/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
@@ -4,15 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+
+inherit distutils-r1 pypi
DESCRIPTION="Math extension for Python-Markdown"
HOMEPAGE="
https://github.com/mitya57/python-markdown-math/
https://pypi.org/project/python-markdown-math/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"