Bug 280547 - textproc/py-pygments: Update to 2.18.0
Summary: textproc/py-pygments: Update to 2.18.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-01 05:00 UTC by Nicholas Kirby
Modified: 2024-08-03 16:05 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (nivit)


Attachments
Update to 2.18.0 (887 bytes, patch)
2024-08-01 05:00 UTC, Nicholas Kirby
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Kirby 2024-08-01 05:00:07 UTC
Created attachment 252416 [details]
Update to 2.18.0

Changelog: https://github.com/pygments/pygments/releases/tag/2.18.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-01 15:35:04 UTC
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(-)
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2024-08-01 15:36:09 UTC
Committed. Thank you for the PR!
Comment 3 Anton Saietskii 2024-08-02 11:00:24 UTC
(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.
Comment 4 Nicola Vitale freebsd_committer freebsd_triage 2024-08-03 15:55:28 UTC
Hi, that line is simply useless. I was making some test, and forgot to remove it. Thanks for noticing.
Comment 5 Nicola Vitale freebsd_committer freebsd_triage 2024-08-03 16:05:32 UTC
Fixed with commit
https://cgit.freebsd.org/ports/commit/?id=6efd3e1513c36fa51c22c2299cd97bab4489b811

Thanks again!