pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-pygments
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 10 08:58:30 UTC 2025
Modified Files:
pkgsrc/textproc/py-pygments: Makefile PLIST distinfo
Log Message:
py-pygments: updated to 2.19.1
Version 2.19.1
- Updated lexers:
* Ini: Fix quoted string regression introduced in 2.19.0
* Lua: Fix a regression introduced in 2.19.0
Version 2.19.0
- New lexers:
* CodeQL
* Debian Sources
* Gleam
* GoogleSQL
* JSON5
* Maple
* NumbaIR
* PDDL
* Rego
* TableGen
* Vue.js
- Updated lexers:
* BQN: Various improvements
* C#: Fix number highlighting
* CSS: Add ``revert``
* Debian control: Add ``Change-By`` field
* Elip: Improve punctuation handling
* Igor: Add ``int``
* Ini: Fix quoted strings with embedded comment characters
* Java: Support functions returning types containing a question mark
* JavaScript: Support private identiiers
* LLVM: Add ``splat``, improve floating-point number parsing
* Lua: Improve variable detection, add built-in functions
* Macaulay2: Update to 1.24.11
* PostgreSQL: Add more ``EXPLAIN`` keywords
* S-Lexer: Fix keywords
* TransactSQL: Fix single-line comments
* Turtle: Fix triple quoted strings
* Typst: Various improvements
* Various: Add ``^`` as an operator to Matlab, Octave and Scilab
* Vyper: Add ``staticcall`` and ``extcall``
* Mark file extensions for ``HTML/XML+Evoque`` as aliases
* Add a color for ``Operator.Word`` to the ``rrt`` style
* Fix broken link in the documentation
* Drop executable bit where not needed
* Reduce Mojo priority relative to Python in ``analyze_text´`
* Fix documentation builds
* Match example file names to the lexer's name
* Ensure lexer metadata is present
* Search more directories on macOS for fonts
* Improve test robustness
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-pygments/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/py-pygments/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-pygments/Makefile
diff -u pkgsrc/textproc/py-pygments/Makefile:1.52 pkgsrc/textproc/py-pygments/Makefile:1.53
--- pkgsrc/textproc/py-pygments/Makefile:1.52 Sun May 5 10:34:32 2024
+++ pkgsrc/textproc/py-pygments/Makefile Fri Jan 10 08:58:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/05/05 10:34:32 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/01/10 08:58:30 adam Exp $
-DISTNAME= pygments-2.18.0
+DISTNAME= pygments-2.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygments/}
@@ -16,8 +16,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-wcag-contr
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pygmentize pygmentize-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/textproc/py-pygments/PLIST
diff -u pkgsrc/textproc/py-pygments/PLIST:1.28 pkgsrc/textproc/py-pygments/PLIST:1.29
--- pkgsrc/textproc/py-pygments/PLIST:1.28 Sun May 5 10:34:33 2024
+++ pkgsrc/textproc/py-pygments/PLIST Fri Jan 10 08:58:30 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2024/05/05 10:34:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/01/10 08:58:30 adam Exp $
bin/pygmentize-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -93,6 +93,9 @@ ${PYSITELIB}/pygments/lexers/_csound_bui
${PYSITELIB}/pygments/lexers/_css_builtins.py
${PYSITELIB}/pygments/lexers/_css_builtins.pyc
${PYSITELIB}/pygments/lexers/_css_builtins.pyo
+${PYSITELIB}/pygments/lexers/_googlesql_builtins.py
+${PYSITELIB}/pygments/lexers/_googlesql_builtins.pyc
+${PYSITELIB}/pygments/lexers/_googlesql_builtins.pyo
${PYSITELIB}/pygments/lexers/_julia_builtins.py
${PYSITELIB}/pygments/lexers/_julia_builtins.pyc
${PYSITELIB}/pygments/lexers/_julia_builtins.pyo
@@ -252,6 +255,9 @@ ${PYSITELIB}/pygments/lexers/chapel.pyo
${PYSITELIB}/pygments/lexers/clean.py
${PYSITELIB}/pygments/lexers/clean.pyc
${PYSITELIB}/pygments/lexers/clean.pyo
+${PYSITELIB}/pygments/lexers/codeql.py
+${PYSITELIB}/pygments/lexers/codeql.pyc
+${PYSITELIB}/pygments/lexers/codeql.pyo
${PYSITELIB}/pygments/lexers/comal.py
${PYSITELIB}/pygments/lexers/comal.pyc
${PYSITELIB}/pygments/lexers/comal.pyo
@@ -372,6 +378,9 @@ ${PYSITELIB}/pygments/lexers/gcodelexer.
${PYSITELIB}/pygments/lexers/gdscript.py
${PYSITELIB}/pygments/lexers/gdscript.pyc
${PYSITELIB}/pygments/lexers/gdscript.pyo
+${PYSITELIB}/pygments/lexers/gleam.py
+${PYSITELIB}/pygments/lexers/gleam.pyc
+${PYSITELIB}/pygments/lexers/gleam.pyo
${PYSITELIB}/pygments/lexers/go.py
${PYSITELIB}/pygments/lexers/go.pyc
${PYSITELIB}/pygments/lexers/go.pyo
@@ -393,6 +402,9 @@ ${PYSITELIB}/pygments/lexers/graphviz.py
${PYSITELIB}/pygments/lexers/gsql.py
${PYSITELIB}/pygments/lexers/gsql.pyc
${PYSITELIB}/pygments/lexers/gsql.pyo
+${PYSITELIB}/pygments/lexers/hare.py
+${PYSITELIB}/pygments/lexers/hare.pyc
+${PYSITELIB}/pygments/lexers/hare.pyo
${PYSITELIB}/pygments/lexers/haskell.py
${PYSITELIB}/pygments/lexers/haskell.pyc
${PYSITELIB}/pygments/lexers/haskell.pyo
@@ -438,6 +450,9 @@ ${PYSITELIB}/pygments/lexers/jmespath.py
${PYSITELIB}/pygments/lexers/jslt.py
${PYSITELIB}/pygments/lexers/jslt.pyc
${PYSITELIB}/pygments/lexers/jslt.pyo
+${PYSITELIB}/pygments/lexers/json5.py
+${PYSITELIB}/pygments/lexers/json5.pyc
+${PYSITELIB}/pygments/lexers/json5.pyo
${PYSITELIB}/pygments/lexers/jsonnet.py
${PYSITELIB}/pygments/lexers/jsonnet.pyc
${PYSITELIB}/pygments/lexers/jsonnet.pyo
@@ -474,6 +489,9 @@ ${PYSITELIB}/pygments/lexers/macaulay2.p
${PYSITELIB}/pygments/lexers/make.py
${PYSITELIB}/pygments/lexers/make.pyc
${PYSITELIB}/pygments/lexers/make.pyo
+${PYSITELIB}/pygments/lexers/maple.py
+${PYSITELIB}/pygments/lexers/maple.pyc
+${PYSITELIB}/pygments/lexers/maple.pyo
${PYSITELIB}/pygments/lexers/markup.py
${PYSITELIB}/pygments/lexers/markup.pyc
${PYSITELIB}/pygments/lexers/markup.pyo
@@ -528,6 +546,9 @@ ${PYSITELIB}/pygments/lexers/nit.pyo
${PYSITELIB}/pygments/lexers/nix.py
${PYSITELIB}/pygments/lexers/nix.pyc
${PYSITELIB}/pygments/lexers/nix.pyo
+${PYSITELIB}/pygments/lexers/numbair.py
+${PYSITELIB}/pygments/lexers/numbair.pyc
+${PYSITELIB}/pygments/lexers/numbair.pyo
${PYSITELIB}/pygments/lexers/oberon.py
${PYSITELIB}/pygments/lexers/oberon.pyc
${PYSITELIB}/pygments/lexers/oberon.pyo
@@ -555,6 +576,9 @@ ${PYSITELIB}/pygments/lexers/pascal.pyo
${PYSITELIB}/pygments/lexers/pawn.py
${PYSITELIB}/pygments/lexers/pawn.pyc
${PYSITELIB}/pygments/lexers/pawn.pyo
+${PYSITELIB}/pygments/lexers/pddl.py
+${PYSITELIB}/pygments/lexers/pddl.pyc
+${PYSITELIB}/pygments/lexers/pddl.pyo
${PYSITELIB}/pygments/lexers/perl.py
${PYSITELIB}/pygments/lexers/perl.pyc
${PYSITELIB}/pygments/lexers/perl.pyo
@@ -609,6 +633,9 @@ ${PYSITELIB}/pygments/lexers/rdf.pyo
${PYSITELIB}/pygments/lexers/rebol.py
${PYSITELIB}/pygments/lexers/rebol.pyc
${PYSITELIB}/pygments/lexers/rebol.pyo
+${PYSITELIB}/pygments/lexers/rego.py
+${PYSITELIB}/pygments/lexers/rego.pyc
+${PYSITELIB}/pygments/lexers/rego.pyo
${PYSITELIB}/pygments/lexers/resource.py
${PYSITELIB}/pygments/lexers/resource.pyc
${PYSITELIB}/pygments/lexers/resource.pyo
@@ -696,6 +723,9 @@ ${PYSITELIB}/pygments/lexers/stata.pyo
${PYSITELIB}/pygments/lexers/supercollider.py
${PYSITELIB}/pygments/lexers/supercollider.pyc
${PYSITELIB}/pygments/lexers/supercollider.pyo
+${PYSITELIB}/pygments/lexers/tablegen.py
+${PYSITELIB}/pygments/lexers/tablegen.pyc
+${PYSITELIB}/pygments/lexers/tablegen.pyo
${PYSITELIB}/pygments/lexers/tact.py
${PYSITELIB}/pygments/lexers/tact.pyc
${PYSITELIB}/pygments/lexers/tact.pyo
Index: pkgsrc/textproc/py-pygments/distinfo
diff -u pkgsrc/textproc/py-pygments/distinfo:1.34 pkgsrc/textproc/py-pygments/distinfo:1.35
--- pkgsrc/textproc/py-pygments/distinfo:1.34 Sun May 5 10:34:33 2024
+++ pkgsrc/textproc/py-pygments/distinfo Fri Jan 10 08:58:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/05/05 10:34:33 wiz Exp $
+$NetBSD: distinfo,v 1.35 2025/01/10 08:58:30 adam Exp $
-BLAKE2s (pygments-2.18.0.tar.gz) = 9c3f78598fed7fedf2ecd784be38a1480f7b7d11016231cfc0008d6b58e78704
-SHA512 (pygments-2.18.0.tar.gz) = 2f696fed7f2120f9e3bd5f3d2837a5d6b883434b8d0f68d039c2620213508638cedf1517375019809720d56fc52f07e3bddd0defc4707703ace5d707908c00fb
-Size (pygments-2.18.0.tar.gz) = 4891905 bytes
+BLAKE2s (pygments-2.19.1.tar.gz) = a8091adeeb4ab972a346374a3c310754c4aebfbacfb510f33e4d7a53bb48ee78
+SHA512 (pygments-2.19.1.tar.gz) = f8547b1eb032fb4c0ad15f1bb61bc6d8c25b309e61850a7ebe4e879fefe1ebb0acba53192d1294e8ef243613ba546e1e7ac7474ab1b49b1a1c1551c6733d9ec7
+Size (pygments-2.19.1.tar.gz) = 4968581 bytes
Home |
Main Index |
Thread Index |
Old Index