diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-11 11:01:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-11 11:01:04 +0100 |
commit | 1aa345c4c59b7c19228b331c94571b48a60723c9 (patch) | |
tree | 3fc2380e2841f3135f1ff3d8cbf517037b86eeef /dev-python | |
parent | dev-python/pydevd: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild | 5 |
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" |