Files
gentoo/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
Michał Górny 4691e475e1 dev-python/pygments-github-lexers: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-07-07 16:36:11 +02:00

37 lines
669 B
Bash

# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 )
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