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:           Sat Feb 18 13:09:11 UTC 2017

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

Log Message:
Version 2.2.0

- Added lexers:
  * AMPL
  * TypoScript
  * Varnish config
  * Clean
  * WDiff
  * Flatline
  * Silver
  * HSAIL
  * JSGF
  * NCAR command language
  * Extempore
  * Cap'n Proto
  * Whiley
  * Monte
  * Crystal
  * Snowball
  * CapDL
  * NuSMV
  * SAS, Stata
- Added the ability to load lexer and formatter classes directly from files
  with the `-x` command line option and the `lexers.load_lexer_from_file()`
  and `formatters.load_formatter_from_file()` functions.
- Added `lexers.find_lexer_class_by_name()`.
- Added new token types and lexing for magic methods and variables in Python
  and PHP.
- Added a new token type for string affixes and lexing for them in Python, C++
  and Postgresql lexers.
- Added a new token type for heredoc (and similar) string delimiters and
  lexing for them in C++, Perl, PHP, Postgresql and Ruby lexers.
- Styles can now define colors with ANSI colors for use in the 256-color
  terminal formatter.
- Improved the CSS lexer.
- Added "Rainbow Dash" style.
- Delay loading `pkg_resources`, which takes a long while to import.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-pygments/PLIST
cvs rdiff -u -r1.14 -r1.15 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.26 pkgsrc/textproc/py-pygments/Makefile:1.27
--- pkgsrc/textproc/py-pygments/Makefile:1.26   Tue Jan  3 13:23:04 2017
+++ pkgsrc/textproc/py-pygments/Makefile        Sat Feb 18 13:09:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/01/03 13:23:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2017/02/18 13:09:11 adam Exp $
 
-DISTNAME=      Pygments-2.1.3
+DISTNAME=      Pygments-2.2.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.12 pkgsrc/textproc/py-pygments/PLIST:1.13
--- pkgsrc/textproc/py-pygments/PLIST:1.12      Thu Dec 15 09:42:49 2016
+++ pkgsrc/textproc/py-pygments/PLIST   Sat Feb 18 13:09:11 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/12/15 09:42:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/02/18 13:09:11 adam Exp $
 bin/pygmentize${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -108,6 +108,12 @@ ${PYSITELIB}/pygments/lexers/_sourcemod_
 ${PYSITELIB}/pygments/lexers/_stan_builtins.py
 ${PYSITELIB}/pygments/lexers/_stan_builtins.pyc
 ${PYSITELIB}/pygments/lexers/_stan_builtins.pyo
+${PYSITELIB}/pygments/lexers/_stata_builtins.py
+${PYSITELIB}/pygments/lexers/_stata_builtins.pyc
+${PYSITELIB}/pygments/lexers/_stata_builtins.pyo
+${PYSITELIB}/pygments/lexers/_tsql_builtins.py
+${PYSITELIB}/pygments/lexers/_tsql_builtins.pyc
+${PYSITELIB}/pygments/lexers/_tsql_builtins.pyo
 ${PYSITELIB}/pygments/lexers/_vim_builtins.py
 ${PYSITELIB}/pygments/lexers/_vim_builtins.pyc
 ${PYSITELIB}/pygments/lexers/_vim_builtins.pyo
@@ -123,6 +129,9 @@ ${PYSITELIB}/pygments/lexers/algebra.pyo
 ${PYSITELIB}/pygments/lexers/ambient.py
 ${PYSITELIB}/pygments/lexers/ambient.pyc
 ${PYSITELIB}/pygments/lexers/ambient.pyo
+${PYSITELIB}/pygments/lexers/ampl.py
+${PYSITELIB}/pygments/lexers/ampl.pyc
+${PYSITELIB}/pygments/lexers/ampl.pyo
 ${PYSITELIB}/pygments/lexers/apl.py
 ${PYSITELIB}/pygments/lexers/apl.pyc
 ${PYSITELIB}/pygments/lexers/apl.pyo
@@ -138,6 +147,9 @@ ${PYSITELIB}/pygments/lexers/automation.
 ${PYSITELIB}/pygments/lexers/basic.py
 ${PYSITELIB}/pygments/lexers/basic.pyc
 ${PYSITELIB}/pygments/lexers/basic.pyo
+${PYSITELIB}/pygments/lexers/bibtex.py
+${PYSITELIB}/pygments/lexers/bibtex.pyc
+${PYSITELIB}/pygments/lexers/bibtex.pyo
 ${PYSITELIB}/pygments/lexers/business.py
 ${PYSITELIB}/pygments/lexers/business.pyc
 ${PYSITELIB}/pygments/lexers/business.pyo
@@ -147,9 +159,15 @@ ${PYSITELIB}/pygments/lexers/c_cpp.pyo
 ${PYSITELIB}/pygments/lexers/c_like.py
 ${PYSITELIB}/pygments/lexers/c_like.pyc
 ${PYSITELIB}/pygments/lexers/c_like.pyo
+${PYSITELIB}/pygments/lexers/capnproto.py
+${PYSITELIB}/pygments/lexers/capnproto.pyc
+${PYSITELIB}/pygments/lexers/capnproto.pyo
 ${PYSITELIB}/pygments/lexers/chapel.py
 ${PYSITELIB}/pygments/lexers/chapel.pyc
 ${PYSITELIB}/pygments/lexers/chapel.pyo
+${PYSITELIB}/pygments/lexers/clean.py
+${PYSITELIB}/pygments/lexers/clean.pyc
+${PYSITELIB}/pygments/lexers/clean.pyo
 ${PYSITELIB}/pygments/lexers/compiled.py
 ${PYSITELIB}/pygments/lexers/compiled.pyc
 ${PYSITELIB}/pygments/lexers/compiled.pyo
@@ -159,6 +177,9 @@ ${PYSITELIB}/pygments/lexers/configs.pyo
 ${PYSITELIB}/pygments/lexers/console.py
 ${PYSITELIB}/pygments/lexers/console.pyc
 ${PYSITELIB}/pygments/lexers/console.pyo
+${PYSITELIB}/pygments/lexers/crystal.py
+${PYSITELIB}/pygments/lexers/crystal.pyc
+${PYSITELIB}/pygments/lexers/crystal.pyo
 ${PYSITELIB}/pygments/lexers/csound.py
 ${PYSITELIB}/pygments/lexers/csound.pyc
 ${PYSITELIB}/pygments/lexers/csound.pyo
@@ -213,6 +234,9 @@ ${PYSITELIB}/pygments/lexers/fantom.pyo
 ${PYSITELIB}/pygments/lexers/felix.py
 ${PYSITELIB}/pygments/lexers/felix.pyc
 ${PYSITELIB}/pygments/lexers/felix.pyo
+${PYSITELIB}/pygments/lexers/forth.py
+${PYSITELIB}/pygments/lexers/forth.pyc
+${PYSITELIB}/pygments/lexers/forth.pyo
 ${PYSITELIB}/pygments/lexers/fortran.py
 ${PYSITELIB}/pygments/lexers/fortran.pyc
 ${PYSITELIB}/pygments/lexers/fortran.pyo
@@ -303,6 +327,12 @@ ${PYSITELIB}/pygments/lexers/modeling.py
 ${PYSITELIB}/pygments/lexers/modula2.py
 ${PYSITELIB}/pygments/lexers/modula2.pyc
 ${PYSITELIB}/pygments/lexers/modula2.pyo
+${PYSITELIB}/pygments/lexers/monte.py
+${PYSITELIB}/pygments/lexers/monte.pyc
+${PYSITELIB}/pygments/lexers/monte.pyo
+${PYSITELIB}/pygments/lexers/ncl.py
+${PYSITELIB}/pygments/lexers/ncl.pyc
+${PYSITELIB}/pygments/lexers/ncl.pyo
 ${PYSITELIB}/pygments/lexers/nimrod.py
 ${PYSITELIB}/pygments/lexers/nimrod.pyc
 ${PYSITELIB}/pygments/lexers/nimrod.pyo
@@ -366,6 +396,9 @@ ${PYSITELIB}/pygments/lexers/rebol.pyo
 ${PYSITELIB}/pygments/lexers/resource.py
 ${PYSITELIB}/pygments/lexers/resource.pyc
 ${PYSITELIB}/pygments/lexers/resource.pyo
+${PYSITELIB}/pygments/lexers/rnc.py
+${PYSITELIB}/pygments/lexers/rnc.pyc
+${PYSITELIB}/pygments/lexers/rnc.pyo
 ${PYSITELIB}/pygments/lexers/roboconf.py
 ${PYSITELIB}/pygments/lexers/roboconf.pyc
 ${PYSITELIB}/pygments/lexers/roboconf.pyo
@@ -378,6 +411,9 @@ ${PYSITELIB}/pygments/lexers/ruby.pyo
 ${PYSITELIB}/pygments/lexers/rust.py
 ${PYSITELIB}/pygments/lexers/rust.pyc
 ${PYSITELIB}/pygments/lexers/rust.pyo
+${PYSITELIB}/pygments/lexers/sas.py
+${PYSITELIB}/pygments/lexers/sas.pyc
+${PYSITELIB}/pygments/lexers/sas.pyo
 ${PYSITELIB}/pygments/lexers/scripting.py
 ${PYSITELIB}/pygments/lexers/scripting.pyc
 ${PYSITELIB}/pygments/lexers/scripting.pyo
@@ -387,6 +423,9 @@ ${PYSITELIB}/pygments/lexers/shell.pyo
 ${PYSITELIB}/pygments/lexers/smalltalk.py
 ${PYSITELIB}/pygments/lexers/smalltalk.pyc
 ${PYSITELIB}/pygments/lexers/smalltalk.pyo
+${PYSITELIB}/pygments/lexers/smv.py
+${PYSITELIB}/pygments/lexers/smv.pyc
+${PYSITELIB}/pygments/lexers/smv.pyo
 ${PYSITELIB}/pygments/lexers/snobol.py
 ${PYSITELIB}/pygments/lexers/snobol.pyc
 ${PYSITELIB}/pygments/lexers/snobol.pyo
@@ -396,6 +435,9 @@ ${PYSITELIB}/pygments/lexers/special.pyo
 ${PYSITELIB}/pygments/lexers/sql.py
 ${PYSITELIB}/pygments/lexers/sql.pyc
 ${PYSITELIB}/pygments/lexers/sql.pyo
+${PYSITELIB}/pygments/lexers/stata.py
+${PYSITELIB}/pygments/lexers/stata.pyc
+${PYSITELIB}/pygments/lexers/stata.pyo
 ${PYSITELIB}/pygments/lexers/supercollider.py
 ${PYSITELIB}/pygments/lexers/supercollider.pyc
 ${PYSITELIB}/pygments/lexers/supercollider.pyo
@@ -423,15 +465,27 @@ ${PYSITELIB}/pygments/lexers/theorem.pyo
 ${PYSITELIB}/pygments/lexers/trafficscript.py
 ${PYSITELIB}/pygments/lexers/trafficscript.pyc
 ${PYSITELIB}/pygments/lexers/trafficscript.pyo
+${PYSITELIB}/pygments/lexers/typoscript.py
+${PYSITELIB}/pygments/lexers/typoscript.pyc
+${PYSITELIB}/pygments/lexers/typoscript.pyo
 ${PYSITELIB}/pygments/lexers/urbi.py
 ${PYSITELIB}/pygments/lexers/urbi.pyc
 ${PYSITELIB}/pygments/lexers/urbi.pyo
+${PYSITELIB}/pygments/lexers/varnish.py
+${PYSITELIB}/pygments/lexers/varnish.pyc
+${PYSITELIB}/pygments/lexers/varnish.pyo
+${PYSITELIB}/pygments/lexers/verification.py
+${PYSITELIB}/pygments/lexers/verification.pyc
+${PYSITELIB}/pygments/lexers/verification.pyo
 ${PYSITELIB}/pygments/lexers/web.py
 ${PYSITELIB}/pygments/lexers/web.pyc
 ${PYSITELIB}/pygments/lexers/web.pyo
 ${PYSITELIB}/pygments/lexers/webmisc.py
 ${PYSITELIB}/pygments/lexers/webmisc.pyc
 ${PYSITELIB}/pygments/lexers/webmisc.pyo
+${PYSITELIB}/pygments/lexers/whiley.py
+${PYSITELIB}/pygments/lexers/whiley.pyc
+${PYSITELIB}/pygments/lexers/whiley.pyo
 ${PYSITELIB}/pygments/lexers/x10.py
 ${PYSITELIB}/pygments/lexers/x10.pyc
 ${PYSITELIB}/pygments/lexers/x10.pyo
@@ -456,6 +510,9 @@ ${PYSITELIB}/pygments/style.pyo
 ${PYSITELIB}/pygments/styles/__init__.py
 ${PYSITELIB}/pygments/styles/__init__.pyc
 ${PYSITELIB}/pygments/styles/__init__.pyo
+${PYSITELIB}/pygments/styles/abap.py
+${PYSITELIB}/pygments/styles/abap.pyc
+${PYSITELIB}/pygments/styles/abap.pyo
 ${PYSITELIB}/pygments/styles/algol.py
 ${PYSITELIB}/pygments/styles/algol.pyc
 ${PYSITELIB}/pygments/styles/algol.pyo
@@ -519,9 +576,18 @@ ${PYSITELIB}/pygments/styles/pastie.pyo
 ${PYSITELIB}/pygments/styles/perldoc.py
 ${PYSITELIB}/pygments/styles/perldoc.pyc
 ${PYSITELIB}/pygments/styles/perldoc.pyo
+${PYSITELIB}/pygments/styles/rainbow_dash.py
+${PYSITELIB}/pygments/styles/rainbow_dash.pyc
+${PYSITELIB}/pygments/styles/rainbow_dash.pyo
 ${PYSITELIB}/pygments/styles/rrt.py
 ${PYSITELIB}/pygments/styles/rrt.pyc
 ${PYSITELIB}/pygments/styles/rrt.pyo
+${PYSITELIB}/pygments/styles/sas.py
+${PYSITELIB}/pygments/styles/sas.pyc
+${PYSITELIB}/pygments/styles/sas.pyo
+${PYSITELIB}/pygments/styles/stata.py
+${PYSITELIB}/pygments/styles/stata.pyc
+${PYSITELIB}/pygments/styles/stata.pyo
 ${PYSITELIB}/pygments/styles/tango.py
 ${PYSITELIB}/pygments/styles/tango.pyc
 ${PYSITELIB}/pygments/styles/tango.pyo

Index: pkgsrc/textproc/py-pygments/distinfo
diff -u pkgsrc/textproc/py-pygments/distinfo:1.14 pkgsrc/textproc/py-pygments/distinfo:1.15
--- pkgsrc/textproc/py-pygments/distinfo:1.14   Thu Dec 15 09:42:49 2016
+++ pkgsrc/textproc/py-pygments/distinfo        Sat Feb 18 13:09:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/12/15 09:42:49 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/02/18 13:09:11 adam Exp $
 
-SHA1 (Pygments-2.1.3.tar.gz) = ecc79e8a3cd5abbaffe33f78061be70a34ebe994
-RMD160 (Pygments-2.1.3.tar.gz) = 164f2442fa402b7c9d34bfc39cca3f1f4e13b984
-SHA512 (Pygments-2.1.3.tar.gz) = f6885abfa0033dc2b8894649c7a4626165af01e69268344f002efdfc536c776a9af86be4e76e5905bd31cb78096e1ed3c16d9dd4b29c6a97b4c9cc1bfd7a5b67
-Size (Pygments-2.1.3.tar.gz) = 2116434 bytes
+SHA1 (Pygments-2.2.0.tar.gz) = 5c6714bd6fd950c1478889f7b72fc7f6771d5163
+RMD160 (Pygments-2.2.0.tar.gz) = 8c676e2a67d76148573abcd44a927e6d762abb6b
+SHA512 (Pygments-2.2.0.tar.gz) = cc0a4f73e19fa6cbf46314de2e809460c807c631e39ba05cbe5edb5f40db1a687aafcd9715585a0ed45f791710eb6038305e273f282f8682df76f30e63710b29
+Size (Pygments-2.2.0.tar.gz) = 2113944 bytes



Home | Main Index | Thread Index | Old Index