From 45f508146360f22536446b1d009f022dcac34541 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 13 Apr 2023 08:05:13 -0400 Subject: [PATCH] python3-Pygments: update to 2.15.0. --- srcpkgs/python3-Pygments/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-Pygments/template b/srcpkgs/python3-Pygments/template index 01e836f8fa7..d2c8d7434c9 100644 --- a/srcpkgs/python3-Pygments/template +++ b/srcpkgs/python3-Pygments/template @@ -1,11 +1,11 @@ # Template file for 'python3-Pygments' pkgname=python3-Pygments -version=2.14.0 +version=2.15.0 revision=1 -build_style=python3-module +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" +hostmakedepends="python3-setuptools python3-wheel" depends="python3" checkdepends="python3-pytest python3-lxml" short_desc="Generic syntax highlighter written in Python" @@ -14,10 +14,9 @@ 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=b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297 -alternatives="pygments:pygmentize:/usr/bin/pygmentize3" +checksum=f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500 +conflicts="python-Pygments>=0" post_install() { vlicense LICENSE - mv ${DESTDIR}/usr/bin/pygmentize{,3} }