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:           Thu May  6 07:40:56 UTC 2021

Modified Files:
        pkgsrc/textproc/py-pygments: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-pygments/PLIST
cvs rdiff -u -r1.19 -r1.20 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.33 pkgsrc/textproc/py-pygments/Makefile:1.34
--- pkgsrc/textproc/py-pygments/Makefile:1.33   Tue Apr  6 15:27:29 2021
+++ pkgsrc/textproc/py-pygments/Makefile        Thu May  6 07:40:56 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2021/04/06 15:27:29 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/05/06 07:40:56 adam Exp $
 
-DISTNAME=      Pygments-2.8.1
+DISTNAME=      Pygments-2.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygments/}

Index: pkgsrc/textproc/py-pygments/PLIST
diff -u pkgsrc/textproc/py-pygments/PLIST:1.17 pkgsrc/textproc/py-pygments/PLIST:1.18
--- pkgsrc/textproc/py-pygments/PLIST:1.17      Tue Apr  6 15:27:29 2021
+++ pkgsrc/textproc/py-pygments/PLIST   Thu May  6 07:40:56 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/04/06 15:27:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/05/06 07:40:56 adam Exp $
 bin/pygmentize-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -51,6 +51,9 @@ ${PYSITELIB}/pygments/formatters/latex.p
 ${PYSITELIB}/pygments/formatters/other.py
 ${PYSITELIB}/pygments/formatters/other.pyc
 ${PYSITELIB}/pygments/formatters/other.pyo
+${PYSITELIB}/pygments/formatters/pangomarkup.py
+${PYSITELIB}/pygments/formatters/pangomarkup.pyc
+${PYSITELIB}/pygments/formatters/pangomarkup.pyo
 ${PYSITELIB}/pygments/formatters/rtf.py
 ${PYSITELIB}/pygments/formatters/rtf.pyc
 ${PYSITELIB}/pygments/formatters/rtf.pyo
@@ -81,6 +84,9 @@ ${PYSITELIB}/pygments/lexers/_cocoa_buil
 ${PYSITELIB}/pygments/lexers/_csound_builtins.py
 ${PYSITELIB}/pygments/lexers/_csound_builtins.pyc
 ${PYSITELIB}/pygments/lexers/_csound_builtins.pyo
+${PYSITELIB}/pygments/lexers/_julia_builtins.py
+${PYSITELIB}/pygments/lexers/_julia_builtins.pyc
+${PYSITELIB}/pygments/lexers/_julia_builtins.pyo
 ${PYSITELIB}/pygments/lexers/_lasso_builtins.py
 ${PYSITELIB}/pygments/lexers/_lasso_builtins.pyc
 ${PYSITELIB}/pygments/lexers/_lasso_builtins.pyo
@@ -147,6 +153,9 @@ ${PYSITELIB}/pygments/lexers/amdgpu.pyo
 ${PYSITELIB}/pygments/lexers/ampl.py
 ${PYSITELIB}/pygments/lexers/ampl.pyc
 ${PYSITELIB}/pygments/lexers/ampl.pyo
+${PYSITELIB}/pygments/lexers/apdlexer.py
+${PYSITELIB}/pygments/lexers/apdlexer.pyc
+${PYSITELIB}/pygments/lexers/apdlexer.pyo
 ${PYSITELIB}/pygments/lexers/apl.py
 ${PYSITELIB}/pygments/lexers/apl.pyc
 ${PYSITELIB}/pygments/lexers/apl.pyo
@@ -288,6 +297,9 @@ ${PYSITELIB}/pygments/lexers/functional.
 ${PYSITELIB}/pygments/lexers/futhark.py
 ${PYSITELIB}/pygments/lexers/futhark.pyc
 ${PYSITELIB}/pygments/lexers/futhark.pyo
+${PYSITELIB}/pygments/lexers/gcodelexer.py
+${PYSITELIB}/pygments/lexers/gcodelexer.pyc
+${PYSITELIB}/pygments/lexers/gcodelexer.pyo
 ${PYSITELIB}/pygments/lexers/gdscript.py
 ${PYSITELIB}/pygments/lexers/gdscript.pyc
 ${PYSITELIB}/pygments/lexers/gdscript.pyo
@@ -351,6 +363,9 @@ ${PYSITELIB}/pygments/lexers/julia.pyo
 ${PYSITELIB}/pygments/lexers/jvm.py
 ${PYSITELIB}/pygments/lexers/jvm.pyc
 ${PYSITELIB}/pygments/lexers/jvm.pyo
+${PYSITELIB}/pygments/lexers/kuin.py
+${PYSITELIB}/pygments/lexers/kuin.pyc
+${PYSITELIB}/pygments/lexers/kuin.pyo
 ${PYSITELIB}/pygments/lexers/lisp.py
 ${PYSITELIB}/pygments/lexers/lisp.pyc
 ${PYSITELIB}/pygments/lexers/lisp.pyo
@@ -525,6 +540,9 @@ ${PYSITELIB}/pygments/lexers/supercollid
 ${PYSITELIB}/pygments/lexers/tcl.py
 ${PYSITELIB}/pygments/lexers/tcl.pyc
 ${PYSITELIB}/pygments/lexers/tcl.pyo
+${PYSITELIB}/pygments/lexers/teal.py
+${PYSITELIB}/pygments/lexers/teal.pyc
+${PYSITELIB}/pygments/lexers/teal.pyo
 ${PYSITELIB}/pygments/lexers/templates.py
 ${PYSITELIB}/pygments/lexers/templates.pyc
 ${PYSITELIB}/pygments/lexers/templates.pyo
@@ -546,6 +564,9 @@ ${PYSITELIB}/pygments/lexers/textfmts.py
 ${PYSITELIB}/pygments/lexers/theorem.py
 ${PYSITELIB}/pygments/lexers/theorem.pyc
 ${PYSITELIB}/pygments/lexers/theorem.pyo
+${PYSITELIB}/pygments/lexers/thingsdb.py
+${PYSITELIB}/pygments/lexers/thingsdb.pyc
+${PYSITELIB}/pygments/lexers/thingsdb.pyo
 ${PYSITELIB}/pygments/lexers/tnt.py
 ${PYSITELIB}/pygments/lexers/tnt.pyc
 ${PYSITELIB}/pygments/lexers/tnt.pyo
@@ -573,6 +594,9 @@ ${PYSITELIB}/pygments/lexers/verificatio
 ${PYSITELIB}/pygments/lexers/web.py
 ${PYSITELIB}/pygments/lexers/web.pyc
 ${PYSITELIB}/pygments/lexers/web.pyo
+${PYSITELIB}/pygments/lexers/webassembly.py
+${PYSITELIB}/pygments/lexers/webassembly.pyc
+${PYSITELIB}/pygments/lexers/webassembly.pyo
 ${PYSITELIB}/pygments/lexers/webidl.py
 ${PYSITELIB}/pygments/lexers/webidl.pyc
 ${PYSITELIB}/pygments/lexers/webidl.pyo
@@ -651,6 +675,9 @@ ${PYSITELIB}/pygments/styles/friendly.py
 ${PYSITELIB}/pygments/styles/fruity.py
 ${PYSITELIB}/pygments/styles/fruity.pyc
 ${PYSITELIB}/pygments/styles/fruity.pyo
+${PYSITELIB}/pygments/styles/gruvbox.py
+${PYSITELIB}/pygments/styles/gruvbox.pyc
+${PYSITELIB}/pygments/styles/gruvbox.pyo
 ${PYSITELIB}/pygments/styles/igor.py
 ${PYSITELIB}/pygments/styles/igor.pyc
 ${PYSITELIB}/pygments/styles/igor.pyo

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



Home | Main Index | Thread Index | Old Index