Thu May 6 07:40:56 2021 UTC ()
py-pygments: updated to 2.9.0

Version 2.9.0
-------------

- Added lexers:
  * APDL, gcode
  * Kuin
  * NestedText
  * OMG IDL
  * TEAL
  * ThingsDB
  * WebAssembly

- Updated lexers:
  * AMDGPU
  * APL
  * C/C++: Improve namespace handling
  * Chapel
  * Coq
  * Cython
  * Groovy
  * JavaScript
  * Julia
  * Octave: Allow multiline and block-percent comments
  * PowerShell: Improve lexing of ``:``
  * PromQL
  * Python: Improve float parsing
  * Rust
  * Scala: Rewrite to support Scala3
  * Swift
  * Terraform: Support 0.14 syntax
  * Velocity: Detect multi-line patterns

- Add Pango formatter
- Autopygmentize uses ``file`` first instead of ``pygments -N``
- Fix links
- Fix issue with LaTeX formatter and ``minted``
- Improve alias order
- Improve line number colors
- Fix CTag related issue
- Recognize ``.leex`` as Elixir templates

- Updated `filename` handling in HTML formatter if `linenos='table'`

  * Previously the filename would be emitted within the `<td>` holding the
    code, but outside the `<pre>`. This would invariably break the alignment
    with line numbers.
  * Now if `filename` is specified, a separate `<tr>` is emitted before the
    table content which contains a single `<th>` with `colspan=2` so it
    spans both the line number and code columns. The filename is still
    within `<span class="filename">...</span>` so any existing styles
    should still apply, although the CSS path may need to change.
  * For an example of the new output format see
    `table_cls_step_1_start_1_special_0_noanchor_filename.html`
    in the `tests/html_linenos_expected_output/` directory.
  * For more details and discussion see the issue
    https://github.com/pygments/pygments/issues/1757

- Added styles:

  * Gruvbox light+dark


(adam)
diff -r1.33 -r1.34 pkgsrc/textproc/py-pygments/Makefile
diff -r1.17 -r1.18 pkgsrc/textproc/py-pygments/PLIST
diff -r1.19 -r1.20 pkgsrc/textproc/py-pygments/distinfo

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

--- pkgsrc/textproc/py-pygments/Makefile 2021/04/06 15:27:29 1.33
+++ pkgsrc/textproc/py-pygments/Makefile 2021/05/06 07:40:56 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2021/04/06 15:27:29 adam Exp $ 1# $NetBSD: Makefile,v 1.34 2021/05/06 07:40:56 adam Exp $
2 2
3DISTNAME= Pygments-2.8.1 3DISTNAME= Pygments-2.9.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}-test-[0-9]*:../../textproc/py-test 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../textproc/py-test
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

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

--- pkgsrc/textproc/py-pygments/PLIST 2021/04/06 15:27:29 1.17
+++ pkgsrc/textproc/py-pygments/PLIST 2021/05/06 07:40:56 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2021/04/06 15:27:29 adam Exp $ 1@comment $NetBSD: PLIST,v 1.18 2021/05/06 07:40:56 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
@@ -41,26 +41,29 @@ ${PYSITELIB}/pygments/formatters/html.py @@ -41,26 +41,29 @@ ${PYSITELIB}/pygments/formatters/html.py
41${PYSITELIB}/pygments/formatters/html.pyo 41${PYSITELIB}/pygments/formatters/html.pyo
42${PYSITELIB}/pygments/formatters/img.py 42${PYSITELIB}/pygments/formatters/img.py
43${PYSITELIB}/pygments/formatters/img.pyc 43${PYSITELIB}/pygments/formatters/img.pyc
44${PYSITELIB}/pygments/formatters/img.pyo 44${PYSITELIB}/pygments/formatters/img.pyo
45${PYSITELIB}/pygments/formatters/irc.py 45${PYSITELIB}/pygments/formatters/irc.py
46${PYSITELIB}/pygments/formatters/irc.pyc 46${PYSITELIB}/pygments/formatters/irc.pyc
47${PYSITELIB}/pygments/formatters/irc.pyo 47${PYSITELIB}/pygments/formatters/irc.pyo
48${PYSITELIB}/pygments/formatters/latex.py 48${PYSITELIB}/pygments/formatters/latex.py
49${PYSITELIB}/pygments/formatters/latex.pyc 49${PYSITELIB}/pygments/formatters/latex.pyc
50${PYSITELIB}/pygments/formatters/latex.pyo 50${PYSITELIB}/pygments/formatters/latex.pyo
51${PYSITELIB}/pygments/formatters/other.py 51${PYSITELIB}/pygments/formatters/other.py
52${PYSITELIB}/pygments/formatters/other.pyc 52${PYSITELIB}/pygments/formatters/other.pyc
53${PYSITELIB}/pygments/formatters/other.pyo 53${PYSITELIB}/pygments/formatters/other.pyo
 54${PYSITELIB}/pygments/formatters/pangomarkup.py
 55${PYSITELIB}/pygments/formatters/pangomarkup.pyc
 56${PYSITELIB}/pygments/formatters/pangomarkup.pyo
54${PYSITELIB}/pygments/formatters/rtf.py 57${PYSITELIB}/pygments/formatters/rtf.py
55${PYSITELIB}/pygments/formatters/rtf.pyc 58${PYSITELIB}/pygments/formatters/rtf.pyc
56${PYSITELIB}/pygments/formatters/rtf.pyo 59${PYSITELIB}/pygments/formatters/rtf.pyo
57${PYSITELIB}/pygments/formatters/svg.py 60${PYSITELIB}/pygments/formatters/svg.py
58${PYSITELIB}/pygments/formatters/svg.pyc 61${PYSITELIB}/pygments/formatters/svg.pyc
59${PYSITELIB}/pygments/formatters/svg.pyo 62${PYSITELIB}/pygments/formatters/svg.pyo
60${PYSITELIB}/pygments/formatters/terminal.py 63${PYSITELIB}/pygments/formatters/terminal.py
61${PYSITELIB}/pygments/formatters/terminal.pyc 64${PYSITELIB}/pygments/formatters/terminal.pyc
62${PYSITELIB}/pygments/formatters/terminal.pyo 65${PYSITELIB}/pygments/formatters/terminal.pyo
63${PYSITELIB}/pygments/formatters/terminal256.py 66${PYSITELIB}/pygments/formatters/terminal256.py
64${PYSITELIB}/pygments/formatters/terminal256.pyc 67${PYSITELIB}/pygments/formatters/terminal256.pyc
65${PYSITELIB}/pygments/formatters/terminal256.pyo 68${PYSITELIB}/pygments/formatters/terminal256.pyo
66${PYSITELIB}/pygments/lexer.py 69${PYSITELIB}/pygments/lexer.py
@@ -71,26 +74,29 @@ ${PYSITELIB}/pygments/lexers/__init__.py @@ -71,26 +74,29 @@ ${PYSITELIB}/pygments/lexers/__init__.py
71${PYSITELIB}/pygments/lexers/__init__.pyo 74${PYSITELIB}/pygments/lexers/__init__.pyo
72${PYSITELIB}/pygments/lexers/_asy_builtins.py 75${PYSITELIB}/pygments/lexers/_asy_builtins.py
73${PYSITELIB}/pygments/lexers/_asy_builtins.pyc 76${PYSITELIB}/pygments/lexers/_asy_builtins.pyc
74${PYSITELIB}/pygments/lexers/_asy_builtins.pyo 77${PYSITELIB}/pygments/lexers/_asy_builtins.pyo
75${PYSITELIB}/pygments/lexers/_cl_builtins.py 78${PYSITELIB}/pygments/lexers/_cl_builtins.py
76${PYSITELIB}/pygments/lexers/_cl_builtins.pyc 79${PYSITELIB}/pygments/lexers/_cl_builtins.pyc
77${PYSITELIB}/pygments/lexers/_cl_builtins.pyo 80${PYSITELIB}/pygments/lexers/_cl_builtins.pyo
78${PYSITELIB}/pygments/lexers/_cocoa_builtins.py 81${PYSITELIB}/pygments/lexers/_cocoa_builtins.py
79${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyc 82${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyc
80${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyo 83${PYSITELIB}/pygments/lexers/_cocoa_builtins.pyo
81${PYSITELIB}/pygments/lexers/_csound_builtins.py 84${PYSITELIB}/pygments/lexers/_csound_builtins.py
82${PYSITELIB}/pygments/lexers/_csound_builtins.pyc 85${PYSITELIB}/pygments/lexers/_csound_builtins.pyc
83${PYSITELIB}/pygments/lexers/_csound_builtins.pyo 86${PYSITELIB}/pygments/lexers/_csound_builtins.pyo
 87${PYSITELIB}/pygments/lexers/_julia_builtins.py
 88${PYSITELIB}/pygments/lexers/_julia_builtins.pyc
 89${PYSITELIB}/pygments/lexers/_julia_builtins.pyo
84${PYSITELIB}/pygments/lexers/_lasso_builtins.py 90${PYSITELIB}/pygments/lexers/_lasso_builtins.py
85${PYSITELIB}/pygments/lexers/_lasso_builtins.pyc 91${PYSITELIB}/pygments/lexers/_lasso_builtins.pyc
86${PYSITELIB}/pygments/lexers/_lasso_builtins.pyo 92${PYSITELIB}/pygments/lexers/_lasso_builtins.pyo
87${PYSITELIB}/pygments/lexers/_lua_builtins.py 93${PYSITELIB}/pygments/lexers/_lua_builtins.py
88${PYSITELIB}/pygments/lexers/_lua_builtins.pyc 94${PYSITELIB}/pygments/lexers/_lua_builtins.pyc
89${PYSITELIB}/pygments/lexers/_lua_builtins.pyo 95${PYSITELIB}/pygments/lexers/_lua_builtins.pyo
90${PYSITELIB}/pygments/lexers/_mapping.py 96${PYSITELIB}/pygments/lexers/_mapping.py
91${PYSITELIB}/pygments/lexers/_mapping.pyc 97${PYSITELIB}/pygments/lexers/_mapping.pyc
92${PYSITELIB}/pygments/lexers/_mapping.pyo 98${PYSITELIB}/pygments/lexers/_mapping.pyo
93${PYSITELIB}/pygments/lexers/_mql_builtins.py 99${PYSITELIB}/pygments/lexers/_mql_builtins.py
94${PYSITELIB}/pygments/lexers/_mql_builtins.pyc 100${PYSITELIB}/pygments/lexers/_mql_builtins.pyc
95${PYSITELIB}/pygments/lexers/_mql_builtins.pyo 101${PYSITELIB}/pygments/lexers/_mql_builtins.pyo
96${PYSITELIB}/pygments/lexers/_mysql_builtins.py 102${PYSITELIB}/pygments/lexers/_mysql_builtins.py
@@ -137,26 +143,29 @@ ${PYSITELIB}/pygments/lexers/agile.pyc @@ -137,26 +143,29 @@ ${PYSITELIB}/pygments/lexers/agile.pyc
137${PYSITELIB}/pygments/lexers/agile.pyo 143${PYSITELIB}/pygments/lexers/agile.pyo
138${PYSITELIB}/pygments/lexers/algebra.py 144${PYSITELIB}/pygments/lexers/algebra.py
139${PYSITELIB}/pygments/lexers/algebra.pyc 145${PYSITELIB}/pygments/lexers/algebra.pyc
140${PYSITELIB}/pygments/lexers/algebra.pyo 146${PYSITELIB}/pygments/lexers/algebra.pyo
141${PYSITELIB}/pygments/lexers/ambient.py 147${PYSITELIB}/pygments/lexers/ambient.py
142${PYSITELIB}/pygments/lexers/ambient.pyc 148${PYSITELIB}/pygments/lexers/ambient.pyc
143${PYSITELIB}/pygments/lexers/ambient.pyo 149${PYSITELIB}/pygments/lexers/ambient.pyo
144${PYSITELIB}/pygments/lexers/amdgpu.py 150${PYSITELIB}/pygments/lexers/amdgpu.py
145${PYSITELIB}/pygments/lexers/amdgpu.pyc 151${PYSITELIB}/pygments/lexers/amdgpu.pyc
146${PYSITELIB}/pygments/lexers/amdgpu.pyo 152${PYSITELIB}/pygments/lexers/amdgpu.pyo
147${PYSITELIB}/pygments/lexers/ampl.py 153${PYSITELIB}/pygments/lexers/ampl.py
148${PYSITELIB}/pygments/lexers/ampl.pyc 154${PYSITELIB}/pygments/lexers/ampl.pyc
149${PYSITELIB}/pygments/lexers/ampl.pyo 155${PYSITELIB}/pygments/lexers/ampl.pyo
 156${PYSITELIB}/pygments/lexers/apdlexer.py
 157${PYSITELIB}/pygments/lexers/apdlexer.pyc
 158${PYSITELIB}/pygments/lexers/apdlexer.pyo
150${PYSITELIB}/pygments/lexers/apl.py 159${PYSITELIB}/pygments/lexers/apl.py
151${PYSITELIB}/pygments/lexers/apl.pyc 160${PYSITELIB}/pygments/lexers/apl.pyc
152${PYSITELIB}/pygments/lexers/apl.pyo 161${PYSITELIB}/pygments/lexers/apl.pyo
153${PYSITELIB}/pygments/lexers/archetype.py 162${PYSITELIB}/pygments/lexers/archetype.py
154${PYSITELIB}/pygments/lexers/archetype.pyc 163${PYSITELIB}/pygments/lexers/archetype.pyc
155${PYSITELIB}/pygments/lexers/archetype.pyo 164${PYSITELIB}/pygments/lexers/archetype.pyo
156${PYSITELIB}/pygments/lexers/arrow.py 165${PYSITELIB}/pygments/lexers/arrow.py
157${PYSITELIB}/pygments/lexers/arrow.pyc 166${PYSITELIB}/pygments/lexers/arrow.pyc
158${PYSITELIB}/pygments/lexers/arrow.pyo 167${PYSITELIB}/pygments/lexers/arrow.pyo
159${PYSITELIB}/pygments/lexers/asm.py 168${PYSITELIB}/pygments/lexers/asm.py
160${PYSITELIB}/pygments/lexers/asm.pyc 169${PYSITELIB}/pygments/lexers/asm.pyc
161${PYSITELIB}/pygments/lexers/asm.pyo 170${PYSITELIB}/pygments/lexers/asm.pyo
162${PYSITELIB}/pygments/lexers/automation.py 171${PYSITELIB}/pygments/lexers/automation.py
@@ -278,26 +287,29 @@ ${PYSITELIB}/pygments/lexers/fortran.pyc @@ -278,26 +287,29 @@ ${PYSITELIB}/pygments/lexers/fortran.pyc
278${PYSITELIB}/pygments/lexers/fortran.pyo 287${PYSITELIB}/pygments/lexers/fortran.pyo
279${PYSITELIB}/pygments/lexers/foxpro.py 288${PYSITELIB}/pygments/lexers/foxpro.py
280${PYSITELIB}/pygments/lexers/foxpro.pyc 289${PYSITELIB}/pygments/lexers/foxpro.pyc
281${PYSITELIB}/pygments/lexers/foxpro.pyo 290${PYSITELIB}/pygments/lexers/foxpro.pyo
282${PYSITELIB}/pygments/lexers/freefem.py 291${PYSITELIB}/pygments/lexers/freefem.py
283${PYSITELIB}/pygments/lexers/freefem.pyc 292${PYSITELIB}/pygments/lexers/freefem.pyc
284${PYSITELIB}/pygments/lexers/freefem.pyo 293${PYSITELIB}/pygments/lexers/freefem.pyo
285${PYSITELIB}/pygments/lexers/functional.py 294${PYSITELIB}/pygments/lexers/functional.py
286${PYSITELIB}/pygments/lexers/functional.pyc 295${PYSITELIB}/pygments/lexers/functional.pyc
287${PYSITELIB}/pygments/lexers/functional.pyo 296${PYSITELIB}/pygments/lexers/functional.pyo
288${PYSITELIB}/pygments/lexers/futhark.py 297${PYSITELIB}/pygments/lexers/futhark.py
289${PYSITELIB}/pygments/lexers/futhark.pyc 298${PYSITELIB}/pygments/lexers/futhark.pyc
290${PYSITELIB}/pygments/lexers/futhark.pyo 299${PYSITELIB}/pygments/lexers/futhark.pyo
 300${PYSITELIB}/pygments/lexers/gcodelexer.py
 301${PYSITELIB}/pygments/lexers/gcodelexer.pyc
 302${PYSITELIB}/pygments/lexers/gcodelexer.pyo
291${PYSITELIB}/pygments/lexers/gdscript.py 303${PYSITELIB}/pygments/lexers/gdscript.py
292${PYSITELIB}/pygments/lexers/gdscript.pyc 304${PYSITELIB}/pygments/lexers/gdscript.pyc
293${PYSITELIB}/pygments/lexers/gdscript.pyo 305${PYSITELIB}/pygments/lexers/gdscript.pyo
294${PYSITELIB}/pygments/lexers/go.py 306${PYSITELIB}/pygments/lexers/go.py
295${PYSITELIB}/pygments/lexers/go.pyc 307${PYSITELIB}/pygments/lexers/go.pyc
296${PYSITELIB}/pygments/lexers/go.pyo 308${PYSITELIB}/pygments/lexers/go.pyo
297${PYSITELIB}/pygments/lexers/grammar_notation.py 309${PYSITELIB}/pygments/lexers/grammar_notation.py
298${PYSITELIB}/pygments/lexers/grammar_notation.pyc 310${PYSITELIB}/pygments/lexers/grammar_notation.pyc
299${PYSITELIB}/pygments/lexers/grammar_notation.pyo 311${PYSITELIB}/pygments/lexers/grammar_notation.pyo
300${PYSITELIB}/pygments/lexers/graph.py 312${PYSITELIB}/pygments/lexers/graph.py
301${PYSITELIB}/pygments/lexers/graph.pyc 313${PYSITELIB}/pygments/lexers/graph.pyc
302${PYSITELIB}/pygments/lexers/graph.pyo 314${PYSITELIB}/pygments/lexers/graph.pyo
303${PYSITELIB}/pygments/lexers/graphics.py 315${PYSITELIB}/pygments/lexers/graphics.py
@@ -341,26 +353,29 @@ ${PYSITELIB}/pygments/lexers/iolang.pyc @@ -341,26 +353,29 @@ ${PYSITELIB}/pygments/lexers/iolang.pyc
341${PYSITELIB}/pygments/lexers/iolang.pyo 353${PYSITELIB}/pygments/lexers/iolang.pyo
342${PYSITELIB}/pygments/lexers/j.py 354${PYSITELIB}/pygments/lexers/j.py
343${PYSITELIB}/pygments/lexers/j.pyc 355${PYSITELIB}/pygments/lexers/j.pyc
344${PYSITELIB}/pygments/lexers/j.pyo 356${PYSITELIB}/pygments/lexers/j.pyo
345${PYSITELIB}/pygments/lexers/javascript.py 357${PYSITELIB}/pygments/lexers/javascript.py
346${PYSITELIB}/pygments/lexers/javascript.pyc 358${PYSITELIB}/pygments/lexers/javascript.pyc
347${PYSITELIB}/pygments/lexers/javascript.pyo 359${PYSITELIB}/pygments/lexers/javascript.pyo
348${PYSITELIB}/pygments/lexers/julia.py 360${PYSITELIB}/pygments/lexers/julia.py
349${PYSITELIB}/pygments/lexers/julia.pyc 361${PYSITELIB}/pygments/lexers/julia.pyc
350${PYSITELIB}/pygments/lexers/julia.pyo 362${PYSITELIB}/pygments/lexers/julia.pyo
351${PYSITELIB}/pygments/lexers/jvm.py 363${PYSITELIB}/pygments/lexers/jvm.py
352${PYSITELIB}/pygments/lexers/jvm.pyc 364${PYSITELIB}/pygments/lexers/jvm.pyc
353${PYSITELIB}/pygments/lexers/jvm.pyo 365${PYSITELIB}/pygments/lexers/jvm.pyo
 366${PYSITELIB}/pygments/lexers/kuin.py
 367${PYSITELIB}/pygments/lexers/kuin.pyc
 368${PYSITELIB}/pygments/lexers/kuin.pyo
354${PYSITELIB}/pygments/lexers/lisp.py 369${PYSITELIB}/pygments/lexers/lisp.py
355${PYSITELIB}/pygments/lexers/lisp.pyc 370${PYSITELIB}/pygments/lexers/lisp.pyc
356${PYSITELIB}/pygments/lexers/lisp.pyo 371${PYSITELIB}/pygments/lexers/lisp.pyo
357${PYSITELIB}/pygments/lexers/make.py 372${PYSITELIB}/pygments/lexers/make.py
358${PYSITELIB}/pygments/lexers/make.pyc 373${PYSITELIB}/pygments/lexers/make.pyc
359${PYSITELIB}/pygments/lexers/make.pyo 374${PYSITELIB}/pygments/lexers/make.pyo
360${PYSITELIB}/pygments/lexers/markup.py 375${PYSITELIB}/pygments/lexers/markup.py
361${PYSITELIB}/pygments/lexers/markup.pyc 376${PYSITELIB}/pygments/lexers/markup.pyc
362${PYSITELIB}/pygments/lexers/markup.pyo 377${PYSITELIB}/pygments/lexers/markup.pyo
363${PYSITELIB}/pygments/lexers/math.py 378${PYSITELIB}/pygments/lexers/math.py
364${PYSITELIB}/pygments/lexers/math.pyc 379${PYSITELIB}/pygments/lexers/math.pyc
365${PYSITELIB}/pygments/lexers/math.pyo 380${PYSITELIB}/pygments/lexers/math.pyo
366${PYSITELIB}/pygments/lexers/matlab.py 381${PYSITELIB}/pygments/lexers/matlab.py
@@ -515,47 +530,53 @@ ${PYSITELIB}/pygments/lexers/special.pyc @@ -515,47 +530,53 @@ ${PYSITELIB}/pygments/lexers/special.pyc
515${PYSITELIB}/pygments/lexers/special.pyo 530${PYSITELIB}/pygments/lexers/special.pyo
516${PYSITELIB}/pygments/lexers/sql.py 531${PYSITELIB}/pygments/lexers/sql.py
517${PYSITELIB}/pygments/lexers/sql.pyc 532${PYSITELIB}/pygments/lexers/sql.pyc
518${PYSITELIB}/pygments/lexers/sql.pyo 533${PYSITELIB}/pygments/lexers/sql.pyo
519${PYSITELIB}/pygments/lexers/stata.py 534${PYSITELIB}/pygments/lexers/stata.py
520${PYSITELIB}/pygments/lexers/stata.pyc 535${PYSITELIB}/pygments/lexers/stata.pyc
521${PYSITELIB}/pygments/lexers/stata.pyo 536${PYSITELIB}/pygments/lexers/stata.pyo
522${PYSITELIB}/pygments/lexers/supercollider.py 537${PYSITELIB}/pygments/lexers/supercollider.py
523${PYSITELIB}/pygments/lexers/supercollider.pyc 538${PYSITELIB}/pygments/lexers/supercollider.pyc
524${PYSITELIB}/pygments/lexers/supercollider.pyo 539${PYSITELIB}/pygments/lexers/supercollider.pyo
525${PYSITELIB}/pygments/lexers/tcl.py 540${PYSITELIB}/pygments/lexers/tcl.py
526${PYSITELIB}/pygments/lexers/tcl.pyc 541${PYSITELIB}/pygments/lexers/tcl.pyc
527${PYSITELIB}/pygments/lexers/tcl.pyo 542${PYSITELIB}/pygments/lexers/tcl.pyo
 543${PYSITELIB}/pygments/lexers/teal.py
 544${PYSITELIB}/pygments/lexers/teal.pyc
 545${PYSITELIB}/pygments/lexers/teal.pyo
528${PYSITELIB}/pygments/lexers/templates.py 546${PYSITELIB}/pygments/lexers/templates.py
529${PYSITELIB}/pygments/lexers/templates.pyc 547${PYSITELIB}/pygments/lexers/templates.pyc
530${PYSITELIB}/pygments/lexers/templates.pyo 548${PYSITELIB}/pygments/lexers/templates.pyo
531${PYSITELIB}/pygments/lexers/teraterm.py 549${PYSITELIB}/pygments/lexers/teraterm.py
532${PYSITELIB}/pygments/lexers/teraterm.pyc 550${PYSITELIB}/pygments/lexers/teraterm.pyc
533${PYSITELIB}/pygments/lexers/teraterm.pyo 551${PYSITELIB}/pygments/lexers/teraterm.pyo
534${PYSITELIB}/pygments/lexers/testing.py 552${PYSITELIB}/pygments/lexers/testing.py
535${PYSITELIB}/pygments/lexers/testing.pyc 553${PYSITELIB}/pygments/lexers/testing.pyc
536${PYSITELIB}/pygments/lexers/testing.pyo 554${PYSITELIB}/pygments/lexers/testing.pyo
537${PYSITELIB}/pygments/lexers/text.py 555${PYSITELIB}/pygments/lexers/text.py
538${PYSITELIB}/pygments/lexers/text.pyc 556${PYSITELIB}/pygments/lexers/text.pyc
539${PYSITELIB}/pygments/lexers/text.pyo 557${PYSITELIB}/pygments/lexers/text.pyo
540${PYSITELIB}/pygments/lexers/textedit.py 558${PYSITELIB}/pygments/lexers/textedit.py
541${PYSITELIB}/pygments/lexers/textedit.pyc 559${PYSITELIB}/pygments/lexers/textedit.pyc
542${PYSITELIB}/pygments/lexers/textedit.pyo 560${PYSITELIB}/pygments/lexers/textedit.pyo
543${PYSITELIB}/pygments/lexers/textfmts.py 561${PYSITELIB}/pygments/lexers/textfmts.py
544${PYSITELIB}/pygments/lexers/textfmts.pyc 562${PYSITELIB}/pygments/lexers/textfmts.pyc
545${PYSITELIB}/pygments/lexers/textfmts.pyo 563${PYSITELIB}/pygments/lexers/textfmts.pyo
546${PYSITELIB}/pygments/lexers/theorem.py 564${PYSITELIB}/pygments/lexers/theorem.py
547${PYSITELIB}/pygments/lexers/theorem.pyc 565${PYSITELIB}/pygments/lexers/theorem.pyc
548${PYSITELIB}/pygments/lexers/theorem.pyo 566${PYSITELIB}/pygments/lexers/theorem.pyo
 567${PYSITELIB}/pygments/lexers/thingsdb.py
 568${PYSITELIB}/pygments/lexers/thingsdb.pyc
 569${PYSITELIB}/pygments/lexers/thingsdb.pyo
549${PYSITELIB}/pygments/lexers/tnt.py 570${PYSITELIB}/pygments/lexers/tnt.py
550${PYSITELIB}/pygments/lexers/tnt.pyc 571${PYSITELIB}/pygments/lexers/tnt.pyc
551${PYSITELIB}/pygments/lexers/tnt.pyo 572${PYSITELIB}/pygments/lexers/tnt.pyo
552${PYSITELIB}/pygments/lexers/trafficscript.py 573${PYSITELIB}/pygments/lexers/trafficscript.py
553${PYSITELIB}/pygments/lexers/trafficscript.pyc 574${PYSITELIB}/pygments/lexers/trafficscript.pyc
554${PYSITELIB}/pygments/lexers/trafficscript.pyo 575${PYSITELIB}/pygments/lexers/trafficscript.pyo
555${PYSITELIB}/pygments/lexers/typoscript.py 576${PYSITELIB}/pygments/lexers/typoscript.py
556${PYSITELIB}/pygments/lexers/typoscript.pyc 577${PYSITELIB}/pygments/lexers/typoscript.pyc
557${PYSITELIB}/pygments/lexers/typoscript.pyo 578${PYSITELIB}/pygments/lexers/typoscript.pyo
558${PYSITELIB}/pygments/lexers/unicon.py 579${PYSITELIB}/pygments/lexers/unicon.py
559${PYSITELIB}/pygments/lexers/unicon.pyc 580${PYSITELIB}/pygments/lexers/unicon.pyc
560${PYSITELIB}/pygments/lexers/unicon.pyo 581${PYSITELIB}/pygments/lexers/unicon.pyo
561${PYSITELIB}/pygments/lexers/urbi.py 582${PYSITELIB}/pygments/lexers/urbi.py
@@ -563,26 +584,29 @@ ${PYSITELIB}/pygments/lexers/urbi.pyc @@ -563,26 +584,29 @@ ${PYSITELIB}/pygments/lexers/urbi.pyc
563${PYSITELIB}/pygments/lexers/urbi.pyo 584${PYSITELIB}/pygments/lexers/urbi.pyo
564${PYSITELIB}/pygments/lexers/usd.py 585${PYSITELIB}/pygments/lexers/usd.py
565${PYSITELIB}/pygments/lexers/usd.pyc 586${PYSITELIB}/pygments/lexers/usd.pyc
566${PYSITELIB}/pygments/lexers/usd.pyo 587${PYSITELIB}/pygments/lexers/usd.pyo
567${PYSITELIB}/pygments/lexers/varnish.py 588${PYSITELIB}/pygments/lexers/varnish.py
568${PYSITELIB}/pygments/lexers/varnish.pyc 589${PYSITELIB}/pygments/lexers/varnish.pyc
569${PYSITELIB}/pygments/lexers/varnish.pyo 590${PYSITELIB}/pygments/lexers/varnish.pyo
570${PYSITELIB}/pygments/lexers/verification.py 591${PYSITELIB}/pygments/lexers/verification.py
571${PYSITELIB}/pygments/lexers/verification.pyc 592${PYSITELIB}/pygments/lexers/verification.pyc
572${PYSITELIB}/pygments/lexers/verification.pyo 593${PYSITELIB}/pygments/lexers/verification.pyo
573${PYSITELIB}/pygments/lexers/web.py 594${PYSITELIB}/pygments/lexers/web.py
574${PYSITELIB}/pygments/lexers/web.pyc 595${PYSITELIB}/pygments/lexers/web.pyc
575${PYSITELIB}/pygments/lexers/web.pyo 596${PYSITELIB}/pygments/lexers/web.pyo
 597${PYSITELIB}/pygments/lexers/webassembly.py
 598${PYSITELIB}/pygments/lexers/webassembly.pyc
 599${PYSITELIB}/pygments/lexers/webassembly.pyo
576${PYSITELIB}/pygments/lexers/webidl.py 600${PYSITELIB}/pygments/lexers/webidl.py
577${PYSITELIB}/pygments/lexers/webidl.pyc 601${PYSITELIB}/pygments/lexers/webidl.pyc
578${PYSITELIB}/pygments/lexers/webidl.pyo 602${PYSITELIB}/pygments/lexers/webidl.pyo
579${PYSITELIB}/pygments/lexers/webmisc.py 603${PYSITELIB}/pygments/lexers/webmisc.py
580${PYSITELIB}/pygments/lexers/webmisc.pyc 604${PYSITELIB}/pygments/lexers/webmisc.pyc
581${PYSITELIB}/pygments/lexers/webmisc.pyo 605${PYSITELIB}/pygments/lexers/webmisc.pyo
582${PYSITELIB}/pygments/lexers/whiley.py 606${PYSITELIB}/pygments/lexers/whiley.py
583${PYSITELIB}/pygments/lexers/whiley.pyc 607${PYSITELIB}/pygments/lexers/whiley.pyc
584${PYSITELIB}/pygments/lexers/whiley.pyo 608${PYSITELIB}/pygments/lexers/whiley.pyo
585${PYSITELIB}/pygments/lexers/x10.py 609${PYSITELIB}/pygments/lexers/x10.py
586${PYSITELIB}/pygments/lexers/x10.pyc 610${PYSITELIB}/pygments/lexers/x10.pyc
587${PYSITELIB}/pygments/lexers/x10.pyo 611${PYSITELIB}/pygments/lexers/x10.pyo
588${PYSITELIB}/pygments/lexers/xorg.py 612${PYSITELIB}/pygments/lexers/xorg.py
@@ -641,26 +665,29 @@ ${PYSITELIB}/pygments/styles/colorful.py @@ -641,26 +665,29 @@ ${PYSITELIB}/pygments/styles/colorful.py
641${PYSITELIB}/pygments/styles/colorful.pyo 665${PYSITELIB}/pygments/styles/colorful.pyo
642${PYSITELIB}/pygments/styles/default.py 666${PYSITELIB}/pygments/styles/default.py
643${PYSITELIB}/pygments/styles/default.pyc 667${PYSITELIB}/pygments/styles/default.pyc
644${PYSITELIB}/pygments/styles/default.pyo 668${PYSITELIB}/pygments/styles/default.pyo
645${PYSITELIB}/pygments/styles/emacs.py 669${PYSITELIB}/pygments/styles/emacs.py
646${PYSITELIB}/pygments/styles/emacs.pyc 670${PYSITELIB}/pygments/styles/emacs.pyc
647${PYSITELIB}/pygments/styles/emacs.pyo 671${PYSITELIB}/pygments/styles/emacs.pyo
648${PYSITELIB}/pygments/styles/friendly.py 672${PYSITELIB}/pygments/styles/friendly.py
649${PYSITELIB}/pygments/styles/friendly.pyc 673${PYSITELIB}/pygments/styles/friendly.pyc
650${PYSITELIB}/pygments/styles/friendly.pyo 674${PYSITELIB}/pygments/styles/friendly.pyo
651${PYSITELIB}/pygments/styles/fruity.py 675${PYSITELIB}/pygments/styles/fruity.py
652${PYSITELIB}/pygments/styles/fruity.pyc 676${PYSITELIB}/pygments/styles/fruity.pyc
653${PYSITELIB}/pygments/styles/fruity.pyo 677${PYSITELIB}/pygments/styles/fruity.pyo
 678${PYSITELIB}/pygments/styles/gruvbox.py
 679${PYSITELIB}/pygments/styles/gruvbox.pyc
 680${PYSITELIB}/pygments/styles/gruvbox.pyo
654${PYSITELIB}/pygments/styles/igor.py 681${PYSITELIB}/pygments/styles/igor.py
655${PYSITELIB}/pygments/styles/igor.pyc 682${PYSITELIB}/pygments/styles/igor.pyc
656${PYSITELIB}/pygments/styles/igor.pyo 683${PYSITELIB}/pygments/styles/igor.pyo
657${PYSITELIB}/pygments/styles/inkpot.py 684${PYSITELIB}/pygments/styles/inkpot.py
658${PYSITELIB}/pygments/styles/inkpot.pyc 685${PYSITELIB}/pygments/styles/inkpot.pyc
659${PYSITELIB}/pygments/styles/inkpot.pyo 686${PYSITELIB}/pygments/styles/inkpot.pyo
660${PYSITELIB}/pygments/styles/lovelace.py 687${PYSITELIB}/pygments/styles/lovelace.py
661${PYSITELIB}/pygments/styles/lovelace.pyc 688${PYSITELIB}/pygments/styles/lovelace.pyc
662${PYSITELIB}/pygments/styles/lovelace.pyo 689${PYSITELIB}/pygments/styles/lovelace.pyo
663${PYSITELIB}/pygments/styles/manni.py 690${PYSITELIB}/pygments/styles/manni.py
664${PYSITELIB}/pygments/styles/manni.pyc 691${PYSITELIB}/pygments/styles/manni.pyc
665${PYSITELIB}/pygments/styles/manni.pyo 692${PYSITELIB}/pygments/styles/manni.pyo
666${PYSITELIB}/pygments/styles/material.py 693${PYSITELIB}/pygments/styles/material.py

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

--- pkgsrc/textproc/py-pygments/distinfo 2021/04/06 15:27:29 1.19
+++ pkgsrc/textproc/py-pygments/distinfo 2021/05/06 07:40:56 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2021/04/06 15:27:29 adam Exp $ 1$NetBSD: distinfo,v 1.20 2021/05/06 07:40:56 adam Exp $
2 2
3SHA1 (Pygments-2.8.1.tar.gz) = 0e0be7ffffa9e9d407464e2950d11e04c5d5b912 3SHA1 (Pygments-2.9.0.tar.gz) = e0277b8dd2ebce5121a68bec62173b9e0b057742
4RMD160 (Pygments-2.8.1.tar.gz) = a48c0fb74a87563a79e748a9d22242692baa629a 4RMD160 (Pygments-2.9.0.tar.gz) = dd10cb0f0c686a7623a1557dfda9e229a88a523c
5SHA512 (Pygments-2.8.1.tar.gz) = 223835c78615207ad590d364ba9a0f4bc9b5815baa080e60b9b71ce7b8e1ebfcc7a292d2a2b1cd358c08d820fc89e02c4060876d37ee17fd9e2759c9a0dcc80c 5SHA512 (Pygments-2.9.0.tar.gz) = 60a8b38e9ea941e4f10d1c4a547be81b8545202d11e2162c6aec0f95014a5c2f718adab8780017be7f49e1f220f731d57ec26dadbd543bfd6a8a7d016c01d772
6Size (Pygments-2.8.1.tar.gz) = 4000119 bytes 6Size (Pygments-2.9.0.tar.gz) = 4048049 bytes