-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
22 lines (21 loc) · 776 Bytes
/
template
File metadata and controls
22 lines (21 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'python3-Pygments'
pkgname=python3-Pygments
version=2.20.0
revision=1
build_style=python3-pep517
# Ignored tests rely on unpackaged wcag_contrast_ratio module
make_check_args="--ignore=tests/contrast/test_contrasts.py"
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest python3-lxml"
short_desc="Generic syntax highlighter written in Python"
maintainer="Andrew J. Hesford <[email protected]>"
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=6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f
conflicts="python-Pygments>=0"
post_install() {
vlicense LICENSE
}