python3-Pygments: update to 2.17.1.

This commit is contained in:
Andrew J. Hesford 2023-11-20 08:10:32 -05:00
parent ac8bb522d5
commit 7c4be6b627
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-Pygments'
pkgname=python3-Pygments
version=2.16.1
revision=2
version=2.17.1
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="python3-setuptools python3-wheel"
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest python3-lxml"
short_desc="Generic syntax highlighter written in Python"
@ -13,8 +13,8 @@ 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=1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29
distfiles="${PYPI_SITE}/p/pygments/pygments-${version}.tar.gz"
checksum=e45a0e74bf9c530f564ca81b8952343be986a29f6afe7f5ad95c5f06b7bdf5e8
conflicts="python-Pygments>=0"
post_install() {