Tue Apr 26 10:53:29 2022 UTC ()
py-pygments: updated to 2.12.0

Version 2.12.0
--------------
- Added lexers:
  * Cplint
  * Macaulay2
  * Minecraft
  * Qlik
  * ``UnixConfigLexer`` for "colon-separated" config files, like ``/etc/passwd``

- Updated lexers:
  * Agda: Update keyword list
  * C family: Fix identifiers after ``case`` statements
  * Clojure: Highlight ratios
  * Csound: Update to 6.17
  * CSS: Update the list of properties
  * Elpi:
    - Fix catastrophic backtracking
    - Fix handling of ``->``

  * Futhark: Add missing tokens
  * Gherkin: Add ``But``
  * Inform6: Update to 6.36
  * JSON: Support C comments in JSON
  * LilyPond:
    - Fix incorrect lexing of names containing a built-in
    - Fix properties containing dashes

  * PHP: Update builtin function and keyword list
  * Scheme: Various improvements
  * Spice: Update the keyword list, add new types
  * Terraform:
    - Support non-idiomatic comments
    - Fix class name lexing

- Add ``plugins`` argument to ``get_all_lexers()``.
- Bump minimal Python version to 3.6
- Fix multiple lexers marking whitespace as ``Text``
- Remove various redundant uses of ``re.UNICODE``
- Associate ``.resource`` with the Robot framework
- Associate ``.cljc`` with Clojure
- Associate ``.tpp`` with C++
- Remove traces of Python 2 from the documentation
- The ``native`` style was updated to meet the WCAG AAA contrast guidelines
- Fix various typos
- Fix ``Groff`` formatter not inheriting token styles correctly
- Various improvements to the CI
- The Ada lexer has been moved to a separate file
- When ``linenos=table`` is used, the ``<table>`` itself is now wrapped with a ``<div class="highlight">`` tag instead of placing it inside the ``<td class="code">`` cell


(adam)
diff -r1.39 -r1.40 pkgsrc/textproc/py-pygments/Makefile
diff -r1.20 -r1.21 pkgsrc/textproc/py-pygments/PLIST
diff -r1.25 -r1.26 pkgsrc/textproc/py-pygments/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/textproc/py-pygments/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-pygments/Makefile 2022/01/07 12:20:37 1.39
+++ pkgsrc/textproc/py-pygments/Makefile 2022/04/26 10:53:29 1.40
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.39 2022/01/07 12:20:37 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2022/04/26 10:53:29 adam Exp $
2 2
3DISTNAME= Pygments-2.11.2 3DISTNAME= Pygments-2.12.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pygments.org/ 9HOMEPAGE= https://pygments.org/
10COMMENT= Python syntax highlighter 10COMMENT= Python syntax highlighter
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml 13TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 15TEST_DEPENDS+= ${PYPKGPREFIX}-wcag-contrast-ratio-[0-9]*:../../graphics/py-wcag-contrast-ratio
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
19 20
20USE_PKG_RESOURCES= yes 21USE_PKG_RESOURCES= yes
21 22
22post-install: 23post-install:
23 cd ${DESTDIR}${PREFIX}/bin && \ 24 cd ${DESTDIR}${PREFIX}/bin && \
24 ${MV} pygmentize pygmentize-${PYVERSSUFFIX} || ${TRUE} 25 ${MV} pygmentize pygmentize-${PYVERSSUFFIX} || ${TRUE}
25 26
26do-test: 27do-test:
27 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 28 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

cvs diff -r1.20 -r1.21 pkgsrc/textproc/py-pygments/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-pygments/PLIST 2021/12/30 17:05:08 1.20
+++ pkgsrc/textproc/py-pygments/PLIST 2022/04/26 10:53:29 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.20 2021/12/30 17:05:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.21 2022/04/26 10:53:29 adam Exp $
2bin/pygmentize-${PYVERSSUFFIX} 2bin/pygmentize-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/pygments/__init__.py 9${PYSITELIB}/pygments/__init__.py
10${PYSITELIB}/pygments/__init__.pyc 10${PYSITELIB}/pygments/__init__.pyc
11${PYSITELIB}/pygments/__init__.pyo 11${PYSITELIB}/pygments/__init__.pyo
12${PYSITELIB}/pygments/__main__.py 12${PYSITELIB}/pygments/__main__.py
13${PYSITELIB}/pygments/__main__.pyc 13${PYSITELIB}/pygments/__main__.pyc
14${PYSITELIB}/pygments/__main__.pyo 14${PYSITELIB}/pygments/__main__.pyo
@@ -65,38 +65,44 @@ ${PYSITELIB}/pygments/formatters/svg.pyc @@ -65,38 +65,44 @@ ${PYSITELIB}/pygments/formatters/svg.pyc
65${PYSITELIB}/pygments/formatters/svg.pyo 65${PYSITELIB}/pygments/formatters/svg.pyo
66${PYSITELIB}/pygments/formatters/terminal.py 66${PYSITELIB}/pygments/formatters/terminal.py
67${PYSITELIB}/pygments/formatters/terminal.pyc 67${PYSITELIB}/pygments/formatters/terminal.pyc
68${PYSITELIB}/pygments/formatters/terminal.pyo 68${PYSITELIB}/pygments/formatters/terminal.pyo
69${PYSITELIB}/pygments/formatters/terminal256.py 69${PYSITELIB}/pygments/formatters/terminal256.py
70${PYSITELIB}/pygments/formatters/terminal256.pyc 70${PYSITELIB}/pygments/formatters/terminal256.pyc
71${PYSITELIB}/pygments/formatters/terminal256.pyo 71${PYSITELIB}/pygments/formatters/terminal256.pyo
72${PYSITELIB}/pygments/lexer.py 72${PYSITELIB}/pygments/lexer.py
73${PYSITELIB}/pygments/lexer.pyc 73${PYSITELIB}/pygments/lexer.pyc
74${PYSITELIB}/pygments/lexer.pyo 74${PYSITELIB}/pygments/lexer.pyo
75${PYSITELIB}/pygments/lexers/__init__.py 75${PYSITELIB}/pygments/lexers/__init__.py
76${PYSITELIB}/pygments/lexers/__init__.pyc 76${PYSITELIB}/pygments/lexers/__init__.pyc
77${PYSITELIB}/pygments/lexers/__init__.pyo 77${PYSITELIB}/pygments/lexers/__init__.pyo
 78${PYSITELIB}/pygments/lexers/_ada_builtins.py
 79${PYSITELIB}/pygments/lexers/_ada_builtins.pyc
 80${PYSITELIB}/pygments/lexers/_ada_builtins.pyo
78${PYSITELIB}/pygments/lexers/_asy_builtins.py 81${PYSITELIB}/pygments/lexers/_asy_builtins.py
79${PYSITELIB}/pygments/lexers/_asy_builtins.pyc 82${PYSITELIB}/pygments/lexers/_asy_builtins.pyc
80${PYSITELIB}/pygments/lexers/_asy_builtins.pyo 83${PYSITELIB}/pygments/lexers/_asy_builtins.pyo
81${PYSITELIB}/pygments/lexers/_cl_builtins.py 84${PYSITELIB}/pygments/lexers/_cl_builtins.py
82${PYSITELIB}/pygments/lexers/_cl_builtins.pyc 85${PYSITELIB}/pygments/lexers/_cl_builtins.pyc
83${PYSITELIB}/pygments/lexers/_cl_builtins.pyo 86${PYSITELIB}/pygments/lexers/_cl_builtins.pyo
84${PYSITELIB}/pygments/lexers/_cocoa_builtins.py 87${PYSITELIB}/pygments/lexers/_cocoa_builtins.py
85${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyc 88${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyc
86${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyo 89${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyo
87${PYSITELIB}/pygments/lexers/_csound_builtins.py 90${PYSITELIB}/pygments/lexers/_csound_builtins.py
88${PYSITELIB}/pygments/lexers/_csound_builtins.pyc 91${PYSITELIB}/pygments/lexers/_csound_builtins.pyc
89${PYSITELIB}/pygments/lexers/_csound_builtins.pyo 92${PYSITELIB}/pygments/lexers/_csound_builtins.pyo
 93${PYSITELIB}/pygments/lexers/_css_builtins.py
 94${PYSITELIB}/pygments/lexers/_css_builtins.pyc
 95${PYSITELIB}/pygments/lexers/_css_builtins.pyo
90${PYSITELIB}/pygments/lexers/_julia_builtins.py 96${PYSITELIB}/pygments/lexers/_julia_builtins.py
91${PYSITELIB}/pygments/lexers/_julia_builtins.pyc 97${PYSITELIB}/pygments/lexers/_julia_builtins.pyc
92${PYSITELIB}/pygments/lexers/_julia_builtins.pyo 98${PYSITELIB}/pygments/lexers/_julia_builtins.pyo
93${PYSITELIB}/pygments/lexers/_lasso_builtins.py 99${PYSITELIB}/pygments/lexers/_lasso_builtins.py
94${PYSITELIB}/pygments/lexers/_lasso_builtins.pyc 100${PYSITELIB}/pygments/lexers/_lasso_builtins.pyc
95${PYSITELIB}/pygments/lexers/_lasso_builtins.pyo 101${PYSITELIB}/pygments/lexers/_lasso_builtins.pyo
96${PYSITELIB}/pygments/lexers/_lilypond_builtins.py 102${PYSITELIB}/pygments/lexers/_lilypond_builtins.py
97${PYSITELIB}/pygments/lexers/_lilypond_builtins.pyc 103${PYSITELIB}/pygments/lexers/_lilypond_builtins.pyc
98${PYSITELIB}/pygments/lexers/_lilypond_builtins.pyo 104${PYSITELIB}/pygments/lexers/_lilypond_builtins.pyo
99${PYSITELIB}/pygments/lexers/_lua_builtins.py 105${PYSITELIB}/pygments/lexers/_lua_builtins.py
100${PYSITELIB}/pygments/lexers/_lua_builtins.pyc 106${PYSITELIB}/pygments/lexers/_lua_builtins.pyc
101${PYSITELIB}/pygments/lexers/_lua_builtins.pyo 107${PYSITELIB}/pygments/lexers/_lua_builtins.pyo
102${PYSITELIB}/pygments/lexers/_mapping.py 108${PYSITELIB}/pygments/lexers/_mapping.py
@@ -107,26 +113,32 @@ ${PYSITELIB}/pygments/lexers/_mql_builti @@ -107,26 +113,32 @@ ${PYSITELIB}/pygments/lexers/_mql_builti
107${PYSITELIB}/pygments/lexers/_mql_builtins.pyo 113${PYSITELIB}/pygments/lexers/_mql_builtins.pyo
108${PYSITELIB}/pygments/lexers/_mysql_builtins.py 114${PYSITELIB}/pygments/lexers/_mysql_builtins.py
109${PYSITELIB}/pygments/lexers/_mysql_builtins.pyc 115${PYSITELIB}/pygments/lexers/_mysql_builtins.pyc
110${PYSITELIB}/pygments/lexers/_mysql_builtins.pyo 116${PYSITELIB}/pygments/lexers/_mysql_builtins.pyo
111${PYSITELIB}/pygments/lexers/_openedge_builtins.py 117${PYSITELIB}/pygments/lexers/_openedge_builtins.py
112${PYSITELIB}/pygments/lexers/_openedge_builtins.pyc 118${PYSITELIB}/pygments/lexers/_openedge_builtins.pyc
113${PYSITELIB}/pygments/lexers/_openedge_builtins.pyo 119${PYSITELIB}/pygments/lexers/_openedge_builtins.pyo
114${PYSITELIB}/pygments/lexers/_php_builtins.py 120${PYSITELIB}/pygments/lexers/_php_builtins.py
115${PYSITELIB}/pygments/lexers/_php_builtins.pyc 121${PYSITELIB}/pygments/lexers/_php_builtins.pyc
116${PYSITELIB}/pygments/lexers/_php_builtins.pyo 122${PYSITELIB}/pygments/lexers/_php_builtins.pyo
117${PYSITELIB}/pygments/lexers/_postgres_builtins.py 123${PYSITELIB}/pygments/lexers/_postgres_builtins.py
118${PYSITELIB}/pygments/lexers/_postgres_builtins.pyc 124${PYSITELIB}/pygments/lexers/_postgres_builtins.pyc
119${PYSITELIB}/pygments/lexers/_postgres_builtins.pyo 125${PYSITELIB}/pygments/lexers/_postgres_builtins.pyo
 126${PYSITELIB}/pygments/lexers/_qlik_builtins.py
 127${PYSITELIB}/pygments/lexers/_qlik_builtins.pyc
 128${PYSITELIB}/pygments/lexers/_qlik_builtins.pyo
 129${PYSITELIB}/pygments/lexers/_scheme_builtins.py
 130${PYSITELIB}/pygments/lexers/_scheme_builtins.pyc
 131${PYSITELIB}/pygments/lexers/_scheme_builtins.pyo
120${PYSITELIB}/pygments/lexers/_scilab_builtins.py 132${PYSITELIB}/pygments/lexers/_scilab_builtins.py
121${PYSITELIB}/pygments/lexers/_scilab_builtins.pyc 133${PYSITELIB}/pygments/lexers/_scilab_builtins.pyc
122${PYSITELIB}/pygments/lexers/_scilab_builtins.pyo 134${PYSITELIB}/pygments/lexers/_scilab_builtins.pyo
123${PYSITELIB}/pygments/lexers/_sourcemod_builtins.py 135${PYSITELIB}/pygments/lexers/_sourcemod_builtins.py
124${PYSITELIB}/pygments/lexers/_sourcemod_builtins.pyc 136${PYSITELIB}/pygments/lexers/_sourcemod_builtins.pyc
125${PYSITELIB}/pygments/lexers/_sourcemod_builtins.pyo 137${PYSITELIB}/pygments/lexers/_sourcemod_builtins.pyo
126${PYSITELIB}/pygments/lexers/_stan_builtins.py 138${PYSITELIB}/pygments/lexers/_stan_builtins.py
127${PYSITELIB}/pygments/lexers/_stan_builtins.pyc 139${PYSITELIB}/pygments/lexers/_stan_builtins.pyc
128${PYSITELIB}/pygments/lexers/_stan_builtins.pyo 140${PYSITELIB}/pygments/lexers/_stan_builtins.pyo
129${PYSITELIB}/pygments/lexers/_stata_builtins.py 141${PYSITELIB}/pygments/lexers/_stata_builtins.py
130${PYSITELIB}/pygments/lexers/_stata_builtins.pyc 142${PYSITELIB}/pygments/lexers/_stata_builtins.pyc
131${PYSITELIB}/pygments/lexers/_stata_builtins.pyo 143${PYSITELIB}/pygments/lexers/_stata_builtins.pyo
132${PYSITELIB}/pygments/lexers/_tsql_builtins.py 144${PYSITELIB}/pygments/lexers/_tsql_builtins.py
@@ -134,26 +146,29 @@ ${PYSITELIB}/pygments/lexers/_tsql_built @@ -134,26 +146,29 @@ ${PYSITELIB}/pygments/lexers/_tsql_built
134${PYSITELIB}/pygments/lexers/_tsql_builtins.pyo 146${PYSITELIB}/pygments/lexers/_tsql_builtins.pyo
135${PYSITELIB}/pygments/lexers/_usd_builtins.py 147${PYSITELIB}/pygments/lexers/_usd_builtins.py
136${PYSITELIB}/pygments/lexers/_usd_builtins.pyc 148${PYSITELIB}/pygments/lexers/_usd_builtins.pyc
137${PYSITELIB}/pygments/lexers/_usd_builtins.pyo 149${PYSITELIB}/pygments/lexers/_usd_builtins.pyo
138${PYSITELIB}/pygments/lexers/_vbscript_builtins.py 150${PYSITELIB}/pygments/lexers/_vbscript_builtins.py
139${PYSITELIB}/pygments/lexers/_vbscript_builtins.pyc 151${PYSITELIB}/pygments/lexers/_vbscript_builtins.pyc
140${PYSITELIB}/pygments/lexers/_vbscript_builtins.pyo 152${PYSITELIB}/pygments/lexers/_vbscript_builtins.pyo
141${PYSITELIB}/pygments/lexers/_vim_builtins.py 153${PYSITELIB}/pygments/lexers/_vim_builtins.py
142${PYSITELIB}/pygments/lexers/_vim_builtins.pyc 154${PYSITELIB}/pygments/lexers/_vim_builtins.pyc
143${PYSITELIB}/pygments/lexers/_vim_builtins.pyo 155${PYSITELIB}/pygments/lexers/_vim_builtins.pyo
144${PYSITELIB}/pygments/lexers/actionscript.py 156${PYSITELIB}/pygments/lexers/actionscript.py
145${PYSITELIB}/pygments/lexers/actionscript.pyc 157${PYSITELIB}/pygments/lexers/actionscript.pyc
146${PYSITELIB}/pygments/lexers/actionscript.pyo 158${PYSITELIB}/pygments/lexers/actionscript.pyo
 159${PYSITELIB}/pygments/lexers/ada.py
 160${PYSITELIB}/pygments/lexers/ada.pyc
 161${PYSITELIB}/pygments/lexers/ada.pyo
147${PYSITELIB}/pygments/lexers/agile.py 162${PYSITELIB}/pygments/lexers/agile.py
148${PYSITELIB}/pygments/lexers/agile.pyc 163${PYSITELIB}/pygments/lexers/agile.pyc
149${PYSITELIB}/pygments/lexers/agile.pyo 164${PYSITELIB}/pygments/lexers/agile.pyo
150${PYSITELIB}/pygments/lexers/algebra.py 165${PYSITELIB}/pygments/lexers/algebra.py
151${PYSITELIB}/pygments/lexers/algebra.pyc 166${PYSITELIB}/pygments/lexers/algebra.pyc
152${PYSITELIB}/pygments/lexers/algebra.pyo 167${PYSITELIB}/pygments/lexers/algebra.pyo
153${PYSITELIB}/pygments/lexers/ambient.py 168${PYSITELIB}/pygments/lexers/ambient.py
154${PYSITELIB}/pygments/lexers/ambient.pyc 169${PYSITELIB}/pygments/lexers/ambient.pyc
155${PYSITELIB}/pygments/lexers/ambient.pyo 170${PYSITELIB}/pygments/lexers/ambient.pyo
156${PYSITELIB}/pygments/lexers/amdgpu.py 171${PYSITELIB}/pygments/lexers/amdgpu.py
157${PYSITELIB}/pygments/lexers/amdgpu.pyc 172${PYSITELIB}/pygments/lexers/amdgpu.pyc
158${PYSITELIB}/pygments/lexers/amdgpu.pyo 173${PYSITELIB}/pygments/lexers/amdgpu.pyo
159${PYSITELIB}/pygments/lexers/ampl.py 174${PYSITELIB}/pygments/lexers/ampl.py
@@ -179,26 +194,29 @@ ${PYSITELIB}/pygments/lexers/asm.pyc @@ -179,26 +194,29 @@ ${PYSITELIB}/pygments/lexers/asm.pyc
179${PYSITELIB}/pygments/lexers/asm.pyo 194${PYSITELIB}/pygments/lexers/asm.pyo
180${PYSITELIB}/pygments/lexers/automation.py 195${PYSITELIB}/pygments/lexers/automation.py
181${PYSITELIB}/pygments/lexers/automation.pyc 196${PYSITELIB}/pygments/lexers/automation.pyc
182${PYSITELIB}/pygments/lexers/automation.pyo 197${PYSITELIB}/pygments/lexers/automation.pyo
183${PYSITELIB}/pygments/lexers/bare.py 198${PYSITELIB}/pygments/lexers/bare.py
184${PYSITELIB}/pygments/lexers/bare.pyc 199${PYSITELIB}/pygments/lexers/bare.pyc
185${PYSITELIB}/pygments/lexers/bare.pyo 200${PYSITELIB}/pygments/lexers/bare.pyo
186${PYSITELIB}/pygments/lexers/basic.py 201${PYSITELIB}/pygments/lexers/basic.py
187${PYSITELIB}/pygments/lexers/basic.pyc 202${PYSITELIB}/pygments/lexers/basic.pyc
188${PYSITELIB}/pygments/lexers/basic.pyo 203${PYSITELIB}/pygments/lexers/basic.pyo
189${PYSITELIB}/pygments/lexers/bdd.py 204${PYSITELIB}/pygments/lexers/bdd.py
190${PYSITELIB}/pygments/lexers/bdd.pyc 205${PYSITELIB}/pygments/lexers/bdd.pyc
191${PYSITELIB}/pygments/lexers/bdd.pyo 206${PYSITELIB}/pygments/lexers/bdd.pyo
 207${PYSITELIB}/pygments/lexers/berry.py
 208${PYSITELIB}/pygments/lexers/berry.pyc
 209${PYSITELIB}/pygments/lexers/berry.pyo
192${PYSITELIB}/pygments/lexers/bibtex.py 210${PYSITELIB}/pygments/lexers/bibtex.py
193${PYSITELIB}/pygments/lexers/bibtex.pyc 211${PYSITELIB}/pygments/lexers/bibtex.pyc
194${PYSITELIB}/pygments/lexers/bibtex.pyo 212${PYSITELIB}/pygments/lexers/bibtex.pyo
195${PYSITELIB}/pygments/lexers/boa.py 213${PYSITELIB}/pygments/lexers/boa.py
196${PYSITELIB}/pygments/lexers/boa.pyc 214${PYSITELIB}/pygments/lexers/boa.pyc
197${PYSITELIB}/pygments/lexers/boa.pyo 215${PYSITELIB}/pygments/lexers/boa.pyo
198${PYSITELIB}/pygments/lexers/business.py 216${PYSITELIB}/pygments/lexers/business.py
199${PYSITELIB}/pygments/lexers/business.pyc 217${PYSITELIB}/pygments/lexers/business.pyc
200${PYSITELIB}/pygments/lexers/business.pyo 218${PYSITELIB}/pygments/lexers/business.pyo
201${PYSITELIB}/pygments/lexers/c_cpp.py 219${PYSITELIB}/pygments/lexers/c_cpp.py
202${PYSITELIB}/pygments/lexers/c_cpp.pyc 220${PYSITELIB}/pygments/lexers/c_cpp.pyc
203${PYSITELIB}/pygments/lexers/c_cpp.pyo 221${PYSITELIB}/pygments/lexers/c_cpp.pyo
204${PYSITELIB}/pygments/lexers/c_like.py 222${PYSITELIB}/pygments/lexers/c_like.py
@@ -215,26 +233,29 @@ ${PYSITELIB}/pygments/lexers/chapel.pyc @@ -215,26 +233,29 @@ ${PYSITELIB}/pygments/lexers/chapel.pyc
215${PYSITELIB}/pygments/lexers/chapel.pyo 233${PYSITELIB}/pygments/lexers/chapel.pyo
216${PYSITELIB}/pygments/lexers/clean.py 234${PYSITELIB}/pygments/lexers/clean.py
217${PYSITELIB}/pygments/lexers/clean.pyc 235${PYSITELIB}/pygments/lexers/clean.pyc
218${PYSITELIB}/pygments/lexers/clean.pyo 236${PYSITELIB}/pygments/lexers/clean.pyo
219${PYSITELIB}/pygments/lexers/compiled.py 237${PYSITELIB}/pygments/lexers/compiled.py
220${PYSITELIB}/pygments/lexers/compiled.pyc 238${PYSITELIB}/pygments/lexers/compiled.pyc
221${PYSITELIB}/pygments/lexers/compiled.pyo 239${PYSITELIB}/pygments/lexers/compiled.pyo
222${PYSITELIB}/pygments/lexers/configs.py 240${PYSITELIB}/pygments/lexers/configs.py
223${PYSITELIB}/pygments/lexers/configs.pyc 241${PYSITELIB}/pygments/lexers/configs.pyc
224${PYSITELIB}/pygments/lexers/configs.pyo 242${PYSITELIB}/pygments/lexers/configs.pyo
225${PYSITELIB}/pygments/lexers/console.py 243${PYSITELIB}/pygments/lexers/console.py
226${PYSITELIB}/pygments/lexers/console.pyc 244${PYSITELIB}/pygments/lexers/console.pyc
227${PYSITELIB}/pygments/lexers/console.pyo 245${PYSITELIB}/pygments/lexers/console.pyo
 246${PYSITELIB}/pygments/lexers/cplint.py
 247${PYSITELIB}/pygments/lexers/cplint.pyc
 248${PYSITELIB}/pygments/lexers/cplint.pyo
228${PYSITELIB}/pygments/lexers/crystal.py 249${PYSITELIB}/pygments/lexers/crystal.py
229${PYSITELIB}/pygments/lexers/crystal.pyc 250${PYSITELIB}/pygments/lexers/crystal.pyc
230${PYSITELIB}/pygments/lexers/crystal.pyo 251${PYSITELIB}/pygments/lexers/crystal.pyo
231${PYSITELIB}/pygments/lexers/csound.py 252${PYSITELIB}/pygments/lexers/csound.py
232${PYSITELIB}/pygments/lexers/csound.pyc 253${PYSITELIB}/pygments/lexers/csound.pyc
233${PYSITELIB}/pygments/lexers/csound.pyo 254${PYSITELIB}/pygments/lexers/csound.pyo
234${PYSITELIB}/pygments/lexers/css.py 255${PYSITELIB}/pygments/lexers/css.py
235${PYSITELIB}/pygments/lexers/css.pyc 256${PYSITELIB}/pygments/lexers/css.pyc
236${PYSITELIB}/pygments/lexers/css.pyo 257${PYSITELIB}/pygments/lexers/css.pyo
237${PYSITELIB}/pygments/lexers/d.py 258${PYSITELIB}/pygments/lexers/d.py
238${PYSITELIB}/pygments/lexers/d.pyc 259${PYSITELIB}/pygments/lexers/d.pyc
239${PYSITELIB}/pygments/lexers/d.pyo 260${PYSITELIB}/pygments/lexers/d.pyo
240${PYSITELIB}/pygments/lexers/dalvik.py 261${PYSITELIB}/pygments/lexers/dalvik.py
@@ -383,41 +404,47 @@ ${PYSITELIB}/pygments/lexers/julia.pyc @@ -383,41 +404,47 @@ ${PYSITELIB}/pygments/lexers/julia.pyc
383${PYSITELIB}/pygments/lexers/julia.pyo 404${PYSITELIB}/pygments/lexers/julia.pyo
384${PYSITELIB}/pygments/lexers/jvm.py 405${PYSITELIB}/pygments/lexers/jvm.py
385${PYSITELIB}/pygments/lexers/jvm.pyc 406${PYSITELIB}/pygments/lexers/jvm.pyc
386${PYSITELIB}/pygments/lexers/jvm.pyo 407${PYSITELIB}/pygments/lexers/jvm.pyo
387${PYSITELIB}/pygments/lexers/kuin.py 408${PYSITELIB}/pygments/lexers/kuin.py
388${PYSITELIB}/pygments/lexers/kuin.pyc 409${PYSITELIB}/pygments/lexers/kuin.pyc
389${PYSITELIB}/pygments/lexers/kuin.pyo 410${PYSITELIB}/pygments/lexers/kuin.pyo
390${PYSITELIB}/pygments/lexers/lilypond.py 411${PYSITELIB}/pygments/lexers/lilypond.py
391${PYSITELIB}/pygments/lexers/lilypond.pyc 412${PYSITELIB}/pygments/lexers/lilypond.pyc
392${PYSITELIB}/pygments/lexers/lilypond.pyo 413${PYSITELIB}/pygments/lexers/lilypond.pyo
393${PYSITELIB}/pygments/lexers/lisp.py 414${PYSITELIB}/pygments/lexers/lisp.py
394${PYSITELIB}/pygments/lexers/lisp.pyc 415${PYSITELIB}/pygments/lexers/lisp.pyc
395${PYSITELIB}/pygments/lexers/lisp.pyo 416${PYSITELIB}/pygments/lexers/lisp.pyo
 417${PYSITELIB}/pygments/lexers/macaulay2.py
 418${PYSITELIB}/pygments/lexers/macaulay2.pyc
 419${PYSITELIB}/pygments/lexers/macaulay2.pyo
396${PYSITELIB}/pygments/lexers/make.py 420${PYSITELIB}/pygments/lexers/make.py
397${PYSITELIB}/pygments/lexers/make.pyc 421${PYSITELIB}/pygments/lexers/make.pyc
398${PYSITELIB}/pygments/lexers/make.pyo 422${PYSITELIB}/pygments/lexers/make.pyo
399${PYSITELIB}/pygments/lexers/markup.py 423${PYSITELIB}/pygments/lexers/markup.py
400${PYSITELIB}/pygments/lexers/markup.pyc 424${PYSITELIB}/pygments/lexers/markup.pyc
401${PYSITELIB}/pygments/lexers/markup.pyo 425${PYSITELIB}/pygments/lexers/markup.pyo
402${PYSITELIB}/pygments/lexers/math.py 426${PYSITELIB}/pygments/lexers/math.py
403${PYSITELIB}/pygments/lexers/math.pyc 427${PYSITELIB}/pygments/lexers/math.pyc
404${PYSITELIB}/pygments/lexers/math.pyo 428${PYSITELIB}/pygments/lexers/math.pyo
405${PYSITELIB}/pygments/lexers/matlab.py 429${PYSITELIB}/pygments/lexers/matlab.py
406${PYSITELIB}/pygments/lexers/matlab.pyc 430${PYSITELIB}/pygments/lexers/matlab.pyc
407${PYSITELIB}/pygments/lexers/matlab.pyo 431${PYSITELIB}/pygments/lexers/matlab.pyo
408${PYSITELIB}/pygments/lexers/maxima.py 432${PYSITELIB}/pygments/lexers/maxima.py
409${PYSITELIB}/pygments/lexers/maxima.pyc 433${PYSITELIB}/pygments/lexers/maxima.pyc
410${PYSITELIB}/pygments/lexers/maxima.pyo 434${PYSITELIB}/pygments/lexers/maxima.pyo
 435${PYSITELIB}/pygments/lexers/mcfunction.py
 436${PYSITELIB}/pygments/lexers/mcfunction.pyc
 437${PYSITELIB}/pygments/lexers/mcfunction.pyo
411${PYSITELIB}/pygments/lexers/meson.py 438${PYSITELIB}/pygments/lexers/meson.py
412${PYSITELIB}/pygments/lexers/meson.pyc 439${PYSITELIB}/pygments/lexers/meson.pyc
413${PYSITELIB}/pygments/lexers/meson.pyo 440${PYSITELIB}/pygments/lexers/meson.pyo
414${PYSITELIB}/pygments/lexers/mime.py 441${PYSITELIB}/pygments/lexers/mime.py
415${PYSITELIB}/pygments/lexers/mime.pyc 442${PYSITELIB}/pygments/lexers/mime.pyc
416${PYSITELIB}/pygments/lexers/mime.pyo 443${PYSITELIB}/pygments/lexers/mime.pyo
417${PYSITELIB}/pygments/lexers/ml.py 444${PYSITELIB}/pygments/lexers/ml.py
418${PYSITELIB}/pygments/lexers/ml.pyc 445${PYSITELIB}/pygments/lexers/ml.pyc
419${PYSITELIB}/pygments/lexers/ml.pyo 446${PYSITELIB}/pygments/lexers/ml.pyo
420${PYSITELIB}/pygments/lexers/modeling.py 447${PYSITELIB}/pygments/lexers/modeling.py
421${PYSITELIB}/pygments/lexers/modeling.pyc 448${PYSITELIB}/pygments/lexers/modeling.pyc
422${PYSITELIB}/pygments/lexers/modeling.pyo 449${PYSITELIB}/pygments/lexers/modeling.pyo
423${PYSITELIB}/pygments/lexers/modula2.py 450${PYSITELIB}/pygments/lexers/modula2.py
@@ -482,26 +509,32 @@ ${PYSITELIB}/pygments/lexers/praat.pyc @@ -482,26 +509,32 @@ ${PYSITELIB}/pygments/lexers/praat.pyc
482${PYSITELIB}/pygments/lexers/praat.pyo 509${PYSITELIB}/pygments/lexers/praat.pyo
483${PYSITELIB}/pygments/lexers/procfile.py 510${PYSITELIB}/pygments/lexers/procfile.py
484${PYSITELIB}/pygments/lexers/procfile.pyc 511${PYSITELIB}/pygments/lexers/procfile.pyc
485${PYSITELIB}/pygments/lexers/procfile.pyo 512${PYSITELIB}/pygments/lexers/procfile.pyo
486${PYSITELIB}/pygments/lexers/prolog.py 513${PYSITELIB}/pygments/lexers/prolog.py
487${PYSITELIB}/pygments/lexers/prolog.pyc 514${PYSITELIB}/pygments/lexers/prolog.pyc
488${PYSITELIB}/pygments/lexers/prolog.pyo 515${PYSITELIB}/pygments/lexers/prolog.pyo
489${PYSITELIB}/pygments/lexers/promql.py 516${PYSITELIB}/pygments/lexers/promql.py
490${PYSITELIB}/pygments/lexers/promql.pyc 517${PYSITELIB}/pygments/lexers/promql.pyc
491${PYSITELIB}/pygments/lexers/promql.pyo 518${PYSITELIB}/pygments/lexers/promql.pyo
492${PYSITELIB}/pygments/lexers/python.py 519${PYSITELIB}/pygments/lexers/python.py
493${PYSITELIB}/pygments/lexers/python.pyc 520${PYSITELIB}/pygments/lexers/python.pyc
494${PYSITELIB}/pygments/lexers/python.pyo 521${PYSITELIB}/pygments/lexers/python.pyo
 522${PYSITELIB}/pygments/lexers/q.py
 523${PYSITELIB}/pygments/lexers/q.pyc
 524${PYSITELIB}/pygments/lexers/q.pyo
 525${PYSITELIB}/pygments/lexers/qlik.py
 526${PYSITELIB}/pygments/lexers/qlik.pyc
 527${PYSITELIB}/pygments/lexers/qlik.pyo
495${PYSITELIB}/pygments/lexers/qvt.py 528${PYSITELIB}/pygments/lexers/qvt.py
496${PYSITELIB}/pygments/lexers/qvt.pyc 529${PYSITELIB}/pygments/lexers/qvt.pyc
497${PYSITELIB}/pygments/lexers/qvt.pyo 530${PYSITELIB}/pygments/lexers/qvt.pyo
498${PYSITELIB}/pygments/lexers/r.py 531${PYSITELIB}/pygments/lexers/r.py
499${PYSITELIB}/pygments/lexers/r.pyc 532${PYSITELIB}/pygments/lexers/r.pyc
500${PYSITELIB}/pygments/lexers/r.pyo 533${PYSITELIB}/pygments/lexers/r.pyo
501${PYSITELIB}/pygments/lexers/rdf.py 534${PYSITELIB}/pygments/lexers/rdf.py
502${PYSITELIB}/pygments/lexers/rdf.pyc 535${PYSITELIB}/pygments/lexers/rdf.pyc
503${PYSITELIB}/pygments/lexers/rdf.pyo 536${PYSITELIB}/pygments/lexers/rdf.pyo
504${PYSITELIB}/pygments/lexers/rebol.py 537${PYSITELIB}/pygments/lexers/rebol.py
505${PYSITELIB}/pygments/lexers/rebol.pyc 538${PYSITELIB}/pygments/lexers/rebol.pyc
506${PYSITELIB}/pygments/lexers/rebol.pyo 539${PYSITELIB}/pygments/lexers/rebol.pyo
507${PYSITELIB}/pygments/lexers/resource.py 540${PYSITELIB}/pygments/lexers/resource.py
@@ -578,26 +611,29 @@ ${PYSITELIB}/pygments/lexers/spice.pyc @@ -578,26 +611,29 @@ ${PYSITELIB}/pygments/lexers/spice.pyc
578${PYSITELIB}/pygments/lexers/spice.pyo 611${PYSITELIB}/pygments/lexers/spice.pyo
579${PYSITELIB}/pygments/lexers/sql.py 612${PYSITELIB}/pygments/lexers/sql.py
580${PYSITELIB}/pygments/lexers/sql.pyc 613${PYSITELIB}/pygments/lexers/sql.pyc
581${PYSITELIB}/pygments/lexers/sql.pyo 614${PYSITELIB}/pygments/lexers/sql.pyo
582${PYSITELIB}/pygments/lexers/srcinfo.py 615${PYSITELIB}/pygments/lexers/srcinfo.py
583${PYSITELIB}/pygments/lexers/srcinfo.pyc 616${PYSITELIB}/pygments/lexers/srcinfo.pyc
584${PYSITELIB}/pygments/lexers/srcinfo.pyo 617${PYSITELIB}/pygments/lexers/srcinfo.pyo
585${PYSITELIB}/pygments/lexers/stata.py 618${PYSITELIB}/pygments/lexers/stata.py
586${PYSITELIB}/pygments/lexers/stata.pyc 619${PYSITELIB}/pygments/lexers/stata.pyc
587${PYSITELIB}/pygments/lexers/stata.pyo 620${PYSITELIB}/pygments/lexers/stata.pyo
588${PYSITELIB}/pygments/lexers/supercollider.py 621${PYSITELIB}/pygments/lexers/supercollider.py
589${PYSITELIB}/pygments/lexers/supercollider.pyc 622${PYSITELIB}/pygments/lexers/supercollider.pyc
590${PYSITELIB}/pygments/lexers/supercollider.pyo 623${PYSITELIB}/pygments/lexers/supercollider.pyo
 624${PYSITELIB}/pygments/lexers/tal.py
 625${PYSITELIB}/pygments/lexers/tal.pyc
 626${PYSITELIB}/pygments/lexers/tal.pyo
591${PYSITELIB}/pygments/lexers/tcl.py 627${PYSITELIB}/pygments/lexers/tcl.py
592${PYSITELIB}/pygments/lexers/tcl.pyc 628${PYSITELIB}/pygments/lexers/tcl.pyc
593${PYSITELIB}/pygments/lexers/tcl.pyo 629${PYSITELIB}/pygments/lexers/tcl.pyo
594${PYSITELIB}/pygments/lexers/teal.py 630${PYSITELIB}/pygments/lexers/teal.py
595${PYSITELIB}/pygments/lexers/teal.pyc 631${PYSITELIB}/pygments/lexers/teal.pyc
596${PYSITELIB}/pygments/lexers/teal.pyo 632${PYSITELIB}/pygments/lexers/teal.pyo
597${PYSITELIB}/pygments/lexers/templates.py 633${PYSITELIB}/pygments/lexers/templates.py
598${PYSITELIB}/pygments/lexers/templates.pyc 634${PYSITELIB}/pygments/lexers/templates.pyc
599${PYSITELIB}/pygments/lexers/templates.pyo 635${PYSITELIB}/pygments/lexers/templates.pyo
600${PYSITELIB}/pygments/lexers/teraterm.py 636${PYSITELIB}/pygments/lexers/teraterm.py
601${PYSITELIB}/pygments/lexers/teraterm.pyc 637${PYSITELIB}/pygments/lexers/teraterm.pyc
602${PYSITELIB}/pygments/lexers/teraterm.pyo 638${PYSITELIB}/pygments/lexers/teraterm.pyo
603${PYSITELIB}/pygments/lexers/testing.py 639${PYSITELIB}/pygments/lexers/testing.py
@@ -617,26 +653,29 @@ ${PYSITELIB}/pygments/lexers/theorem.pyc @@ -617,26 +653,29 @@ ${PYSITELIB}/pygments/lexers/theorem.pyc
617${PYSITELIB}/pygments/lexers/theorem.pyo 653${PYSITELIB}/pygments/lexers/theorem.pyo
618${PYSITELIB}/pygments/lexers/thingsdb.py 654${PYSITELIB}/pygments/lexers/thingsdb.py
619${PYSITELIB}/pygments/lexers/thingsdb.pyc 655${PYSITELIB}/pygments/lexers/thingsdb.pyc
620${PYSITELIB}/pygments/lexers/thingsdb.pyo 656${PYSITELIB}/pygments/lexers/thingsdb.pyo
621${PYSITELIB}/pygments/lexers/tnt.py 657${PYSITELIB}/pygments/lexers/tnt.py
622${PYSITELIB}/pygments/lexers/tnt.pyc 658${PYSITELIB}/pygments/lexers/tnt.pyc
623${PYSITELIB}/pygments/lexers/tnt.pyo 659${PYSITELIB}/pygments/lexers/tnt.pyo
624${PYSITELIB}/pygments/lexers/trafficscript.py 660${PYSITELIB}/pygments/lexers/trafficscript.py
625${PYSITELIB}/pygments/lexers/trafficscript.pyc 661${PYSITELIB}/pygments/lexers/trafficscript.pyc
626${PYSITELIB}/pygments/lexers/trafficscript.pyo 662${PYSITELIB}/pygments/lexers/trafficscript.pyo
627${PYSITELIB}/pygments/lexers/typoscript.py 663${PYSITELIB}/pygments/lexers/typoscript.py
628${PYSITELIB}/pygments/lexers/typoscript.pyc 664${PYSITELIB}/pygments/lexers/typoscript.pyc
629${PYSITELIB}/pygments/lexers/typoscript.pyo 665${PYSITELIB}/pygments/lexers/typoscript.pyo
 666${PYSITELIB}/pygments/lexers/ul4.py
 667${PYSITELIB}/pygments/lexers/ul4.pyc
 668${PYSITELIB}/pygments/lexers/ul4.pyo
630${PYSITELIB}/pygments/lexers/unicon.py 669${PYSITELIB}/pygments/lexers/unicon.py
631${PYSITELIB}/pygments/lexers/unicon.pyc 670${PYSITELIB}/pygments/lexers/unicon.pyc
632${PYSITELIB}/pygments/lexers/unicon.pyo 671${PYSITELIB}/pygments/lexers/unicon.pyo
633${PYSITELIB}/pygments/lexers/urbi.py 672${PYSITELIB}/pygments/lexers/urbi.py
634${PYSITELIB}/pygments/lexers/urbi.pyc 673${PYSITELIB}/pygments/lexers/urbi.pyc
635${PYSITELIB}/pygments/lexers/urbi.pyo 674${PYSITELIB}/pygments/lexers/urbi.pyo
636${PYSITELIB}/pygments/lexers/usd.py 675${PYSITELIB}/pygments/lexers/usd.py
637${PYSITELIB}/pygments/lexers/usd.pyc 676${PYSITELIB}/pygments/lexers/usd.pyc
638${PYSITELIB}/pygments/lexers/usd.pyo 677${PYSITELIB}/pygments/lexers/usd.pyo
639${PYSITELIB}/pygments/lexers/varnish.py 678${PYSITELIB}/pygments/lexers/varnish.py
640${PYSITELIB}/pygments/lexers/varnish.pyc 679${PYSITELIB}/pygments/lexers/varnish.pyc
641${PYSITELIB}/pygments/lexers/varnish.pyo 680${PYSITELIB}/pygments/lexers/varnish.pyo
642${PYSITELIB}/pygments/lexers/verification.py 681${PYSITELIB}/pygments/lexers/verification.py

cvs diff -r1.25 -r1.26 pkgsrc/textproc/py-pygments/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-pygments/distinfo 2022/01/07 12:20:37 1.25
+++ pkgsrc/textproc/py-pygments/distinfo 2022/04/26 10:53:29 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2022/01/07 12:20:37 adam Exp $ 1$NetBSD: distinfo,v 1.26 2022/04/26 10:53:29 adam Exp $
2 2
3BLAKE2s (Pygments-2.11.2.tar.gz) = 194b263e457678aab2033007a907a5ee10f7cbc6e41b6a6d8b58ce6465faea70 3BLAKE2s (Pygments-2.12.0.tar.gz) = c2303298bfdcaaf97ed6f333abc4222ef6d648ff795900d858799a8925d653bf
4SHA512 (Pygments-2.11.2.tar.gz) = 606ff0c35fa47882f4c5c3794827132e1ee6ccbb4895ae858f9c93ea0c92b73163c9f4d630b51a8bb782ba0b4944a66d1059ad5d017d3191a0a5b30c1e5b8f9f 4SHA512 (Pygments-2.12.0.tar.gz) = 70bbfaefeb34f9afb5d74aa924ac3da4a913d1c7f607c0b3f80b6cd25c88a8996e516a689062bf2009c472b29999e309eb044f0f427fa1ea8479bf921b51c524
5Size (Pygments-2.11.2.tar.gz) = 4206258 bytes 5Size (Pygments-2.12.0.tar.gz) = 4282017 bytes