25 lines
877 B
Bash
25 lines
877 B
Bash
# Template file for 'python3-Pygments'
|
|
pkgname=python3-Pygments
|
|
version=2.12.0
|
|
revision=1
|
|
wrksrc="Pygments-${version}"
|
|
build_style=python3-module
|
|
# Ignored tests rely on unpackaged wcag_contrast_ratio module
|
|
make_check_args="--ignore=tests/contrast/test_contrasts.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-lxml"
|
|
short_desc="Generic syntax highlighter written in Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://pygments.org"
|
|
changelog="https://raw.githubusercontent.com/pygments/pygments/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
|
checksum=5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb
|
|
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
mv ${DESTDIR}/usr/bin/pygmentize{,3}
|
|
}
|