# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..14} pypy3 pypy3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Pygments lexers for Git output and files" HOMEPAGE=" https://github.com/adamchainz/pygments-git https://pypi.org/project/pygments-git/ " SRC_URI="https://github.com/adamchainz/pygments-git/archive/refs/tags/${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64" RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} "