mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/mdit-py-plugins: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Collection of plugins for markdown-it-py"
|
||||
HOMEPAGE="https://pypi.org/project/mdit-py-plugins/
|
||||
https://github.com/executablebooks/mdit-py-plugins"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/mdit-py-plugins/
|
||||
https://github.com/executablebooks/mdit-py-plugins/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user