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: Wed Aug 25 07:25:59 UTC 2021
Modified Files:
pkgsrc/textproc/py-pygments: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-pygments/PLIST
cvs rdiff -u -r1.20 -r1.21 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.34 pkgsrc/textproc/py-pygments/Makefile:1.35
--- pkgsrc/textproc/py-pygments/Makefile:1.34 Thu May 6 07:40:56 2021
+++ pkgsrc/textproc/py-pygments/Makefile Wed Aug 25 07:25:59 2021
@@ -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 @@ HOMEPAGE= https://pygments.org/
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
Index: pkgsrc/textproc/py-pygments/PLIST
diff -u pkgsrc/textproc/py-pygments/PLIST:1.18 pkgsrc/textproc/py-pygments/PLIST:1.19
--- pkgsrc/textproc/py-pygments/PLIST:1.18 Thu May 6 07:40:56 2021
+++ pkgsrc/textproc/py-pygments/PLIST Wed Aug 25 07:25:59 2021
@@ -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/archetype.p
${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/graphics.py
${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/j.pyo
${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/math.pyo
${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/pony.pyo
${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/slash.pyo
${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
Index: pkgsrc/textproc/py-pygments/distinfo
diff -u pkgsrc/textproc/py-pygments/distinfo:1.20 pkgsrc/textproc/py-pygments/distinfo:1.21
--- pkgsrc/textproc/py-pygments/distinfo:1.20 Thu May 6 07:40:56 2021
+++ pkgsrc/textproc/py-pygments/distinfo Wed Aug 25 07:25:59 2021
@@ -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