pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-pygments py-pygments: updated to 2.10.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a3eeec13295
branches: trunk
changeset: 457423:5a3eeec13295
user: adam <adam%pkgsrc.org@localhost>
date: Wed Aug 25 07:25:59 2021 +0000
description:
py-pygments: updated to 2.10.0
Version 2.10.0
- Added lexers:
* ASC armored files
* GSQL
* Javascript REPL
* procfile
* Smithy
- Updated lexers:
* C-family: Fix preprocessor token issues
* C#
* CSound
* Fennel
* JavaScript
* LLVM
* Rust
- Fix lexing of "break" and "continue"
- Improve attribute handling
* Scala: Add support for the ``\`` operator
* Swift
* Tcl: Allow ``,`` and ``@`` in strings
- Fix assert statements in TNT lexer.
- Token types across all lexers have been unified (using the most common token
type name)
- Improve Jasmin min score analysis
- Add new alias for Go files
- Fix multi-line console highlighting
- Add a new trivial lexer which outputs everything as `Text.Generic.Output`
- Use the ``.ini`` lexer for ``systemd`` files
- Fix a ``FutureWarning`` related to ``words()``
- ``pwsh`` is now recognized as an alias for PowerShell
diffstat:
textproc/py-pygments/Makefile | 6 +++---
textproc/py-pygments/PLIST | 20 +++++++++++++++++++-
textproc/py-pygments/distinfo | 10 +++++-----
3 files changed, 27 insertions(+), 9 deletions(-)
diffs (105 lines):
diff -r 0cc873644646 -r 5a3eeec13295 textproc/py-pygments/Makefile
--- a/textproc/py-pygments/Makefile Wed Aug 25 07:14:01 2021 +0000
+++ b/textproc/py-pygments/Makefile Wed Aug 25 07:25:59 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2021/05/06 07:40:56 adam Exp $
+# $NetBSD: Makefile,v 1.35 2021/08/25 07:25:59 adam Exp $
-DISTNAME= Pygments-2.9.0
+DISTNAME= Pygments-2.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/}
@@ -10,7 +10,7 @@
COMMENT= Python syntax highlighter
LICENSE= 2-clause-bsd
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../textproc/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
diff -r 0cc873644646 -r 5a3eeec13295 textproc/py-pygments/PLIST
--- a/textproc/py-pygments/PLIST Wed Aug 25 07:14:01 2021 +0000
+++ b/textproc/py-pygments/PLIST Wed Aug 25 07:25:59 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/05/06 07:40:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/08/25 07:25:59 adam Exp $
bin/pygmentize-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -165,6 +165,9 @@
${PYSITELIB}/pygments/lexers/arrow.py
${PYSITELIB}/pygments/lexers/arrow.pyc
${PYSITELIB}/pygments/lexers/arrow.pyo
+${PYSITELIB}/pygments/lexers/asc.py
+${PYSITELIB}/pygments/lexers/asc.pyc
+${PYSITELIB}/pygments/lexers/asc.pyo
${PYSITELIB}/pygments/lexers/asm.py
${PYSITELIB}/pygments/lexers/asm.pyc
${PYSITELIB}/pygments/lexers/asm.pyo
@@ -318,6 +321,9 @@
${PYSITELIB}/pygments/lexers/graphviz.py
${PYSITELIB}/pygments/lexers/graphviz.pyc
${PYSITELIB}/pygments/lexers/graphviz.pyo
+${PYSITELIB}/pygments/lexers/gsql.py
+${PYSITELIB}/pygments/lexers/gsql.pyc
+${PYSITELIB}/pygments/lexers/gsql.pyo
${PYSITELIB}/pygments/lexers/haskell.py
${PYSITELIB}/pygments/lexers/haskell.pyc
${PYSITELIB}/pygments/lexers/haskell.pyo
@@ -357,6 +363,9 @@
${PYSITELIB}/pygments/lexers/javascript.py
${PYSITELIB}/pygments/lexers/javascript.pyc
${PYSITELIB}/pygments/lexers/javascript.pyo
+${PYSITELIB}/pygments/lexers/jslt.py
+${PYSITELIB}/pygments/lexers/jslt.pyc
+${PYSITELIB}/pygments/lexers/jslt.pyo
${PYSITELIB}/pygments/lexers/julia.py
${PYSITELIB}/pygments/lexers/julia.pyc
${PYSITELIB}/pygments/lexers/julia.pyo
@@ -381,6 +390,9 @@
${PYSITELIB}/pygments/lexers/matlab.py
${PYSITELIB}/pygments/lexers/matlab.pyc
${PYSITELIB}/pygments/lexers/matlab.pyo
+${PYSITELIB}/pygments/lexers/meson.py
+${PYSITELIB}/pygments/lexers/meson.pyc
+${PYSITELIB}/pygments/lexers/meson.pyo
${PYSITELIB}/pygments/lexers/mime.py
${PYSITELIB}/pygments/lexers/mime.pyc
${PYSITELIB}/pygments/lexers/mime.pyo
@@ -450,6 +462,9 @@
${PYSITELIB}/pygments/lexers/praat.py
${PYSITELIB}/pygments/lexers/praat.pyc
${PYSITELIB}/pygments/lexers/praat.pyo
+${PYSITELIB}/pygments/lexers/procfile.py
+${PYSITELIB}/pygments/lexers/procfile.pyc
+${PYSITELIB}/pygments/lexers/procfile.pyo
${PYSITELIB}/pygments/lexers/prolog.py
${PYSITELIB}/pygments/lexers/prolog.pyc
${PYSITELIB}/pygments/lexers/prolog.pyo
@@ -516,6 +531,9 @@
${PYSITELIB}/pygments/lexers/smalltalk.py
${PYSITELIB}/pygments/lexers/smalltalk.pyc
${PYSITELIB}/pygments/lexers/smalltalk.pyo
+${PYSITELIB}/pygments/lexers/smithy.py
+${PYSITELIB}/pygments/lexers/smithy.pyc
+${PYSITELIB}/pygments/lexers/smithy.pyo
${PYSITELIB}/pygments/lexers/smv.py
${PYSITELIB}/pygments/lexers/smv.pyc
${PYSITELIB}/pygments/lexers/smv.pyo
diff -r 0cc873644646 -r 5a3eeec13295 textproc/py-pygments/distinfo
--- a/textproc/py-pygments/distinfo Wed Aug 25 07:14:01 2021 +0000
+++ b/textproc/py-pygments/distinfo Wed Aug 25 07:25:59 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/05/06 07:40:56 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/08/25 07:25:59 adam Exp $
-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
+SHA1 (Pygments-2.10.0.tar.gz) = c9dfaa0fbdc069bafec6d49bc4f209fdcd320d9a
+RMD160 (Pygments-2.10.0.tar.gz) = 0aa9a012dd168d385c7aa2d5cee5a7e4e722d788
+SHA512 (Pygments-2.10.0.tar.gz) = 28fdf35e333717795f199e0ef936d6df16ac0752324839ac36cabd2f9f6759a57663527d37f1c2f470258d63c3cf190f6dd4b631b21c849fc76575036fbdae12
+Size (Pygments-2.10.0.tar.gz) = 4052321 bytes
Home |
Main Index |
Thread Index |
Old Index