gentoo/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
Michał Górny 7df739cfe3
dev-python/pygments-github-lexers: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-06 20:01:16 +01:00

37 lines
678 B
Bash

# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Pygments Github custom lexers"
HOMEPAGE="
https://github.com/liluo/pygments-github-lexers/
https://pypi.org/project/pygments-github-lexers/
"
SRC_URI="
https://github.com/liluo/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/pygments[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
"
PATCHES=(
"${FILESDIR}/pygments-github-lexers-0.0.5-escape-sequences.patch"
)
# no tests