diff options
author | adam <adam@pkgsrc.org> | 2022-02-06 07:46:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-06 07:46:29 +0000 |
commit | 1fc45826e04f42916ab05cf902dd375d14ce41b7 (patch) | |
tree | 630ed32f8bb85d9eb40b9f72e34f40b07647e2ee /textproc/Makefile | |
parent | 2612acf5ee07640e52f2c44d52944f6611794402 (diff) | |
download | pkgsrc-1fc45826e04f42916ab05cf902dd375d14ce41b7.tar.gz |
py-jupyterlab-pygments: added version 0.1.2
This package contains a syntax coloring theme for pygments making use of
the JupyterLab CSS variables. The goal is to enable the use of JupyterLab's
themes with pygments-generated HTML.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ca340d619bd..02665b83990 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1274 2022/02/05 09:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.1275 2022/02/06 07:46:29 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1017,6 +1017,7 @@ SUBDIR+= py-jsonrpc-server SUBDIR+= py-jsonrpclib SUBDIR+= py-jsonrpclib-pelix SUBDIR+= py-jsonschema +SUBDIR+= py-jupyterlab-pygments SUBDIR+= py-jxmlease SUBDIR+= py-libxml2 SUBDIR+= py-libxslt |