Created attachment 252416 [details] Update to 2.18.0 Changelog: https://github.com/pygments/pygments/releases/tag/2.18.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d91bc78803a4fcc8be16c406893c57f69f749823 commit d91bc78803a4fcc8be16c406893c57f69f749823 Author: Nicholas Kirby <nick@kirby.cx> AuthorDate: 2024-08-01 15:31:46 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-08-01 15:31:46 +0000 textproc/py-pygments: Update to 2.18.0 - Update test dependencies Release changes: https://github.com/pygments/pygments/releases/tag/2.18.0 PR: 280547 textproc/py-pygments/Makefile | 8 +++++--- textproc/py-pygments/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-)
Committed. Thank you for the PR!
(In reply to Nicola Vitale from comment #2) Are you sure that this is correct? USES= cpe python tex USE_PYTHON= autoplist concurrent pep517 pytest USES+= tex USE_TEX= latex:test Especially 'USES+=' line.
Hi, that line is simply useless. I was making some test, and forgot to remove it. Thanks for noticing.
Fixed with commit https://cgit.freebsd.org/ports/commit/?id=6efd3e1513c36fa51c22c2299cd97bab4489b811 Thanks again!