Date: Sat, 19 Dec 2020 20:04:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558477 - in head/textproc: . py-jupyterlab-pygments Message-ID: <202012192004.0BJK4IML095112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:04:17 2020 New Revision: 558477 URL: https://svnweb.freebsd.org/changeset/ports/558477 Log: Add py-jupyterlab-pygments 0.1.2 JupyterLab Pygments Theme 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. WWW: https://github.com/jupyterlab/jupyterlab_pygments Added: head/textproc/py-jupyterlab-pygments/ head/textproc/py-jupyterlab-pygments/Makefile (contents, props changed) head/textproc/py-jupyterlab-pygments/distinfo (contents, props changed) head/textproc/py-jupyterlab-pygments/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Dec 19 20:04:12 2020 (r558476) +++ head/textproc/Makefile Sat Dec 19 20:04:17 2020 (r558477) @@ -1300,6 +1300,7 @@ SUBDIR += py-jsx-lexer SUBDIR += py-jtextfsm SUBDIR += py-junit-xml + SUBDIR += py-jupyterlab-pygments SUBDIR += py-langdetect SUBDIR += py-langid SUBDIR += py-laserhammer Added: head/textproc/py-jupyterlab-pygments/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-jupyterlab-pygments/Makefile Sat Dec 19 20:04:17 2020 (r558477) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= jupyterlab-pygments +PORTVERSION= 0.1.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= jupyterlab_pygments-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pygments theme using JupyterLab CSS variables + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PY_PYGMENTS} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-jupyterlab-pygments/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-jupyterlab-pygments/distinfo Sat Dec 19 20:04:17 2020 (r558477) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608366076 +SHA256 (jupyterlab_pygments-0.1.2.tar.gz) = cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146 +SIZE (jupyterlab_pygments-0.1.2.tar.gz) = 4181 Added: head/textproc/py-jupyterlab-pygments/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-jupyterlab-pygments/pkg-descr Sat Dec 19 20:04:17 2020 (r558477) @@ -0,0 +1,7 @@ +JupyterLab Pygments Theme 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. + +WWW: https://github.com/jupyterlab/jupyterlab_pygments
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192004.0BJK4IML095112>