diff options
Diffstat (limited to 'dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild')
-rw-r--r-- | dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild b/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild new file mode 100644 index 000000000000..da000ad8c707 --- /dev/null +++ b/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="ANSI color-code highlighting for Pygments" +HOMEPAGE="https://pypi.org/project/pygments-ansi-color/" +# No tests in PyPI tarballs +SRC_URI="https://github.com/chriskuehl/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |