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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:04:17 +00:00
parent c9d2fcf70d
commit fb88db354e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558477
4 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608366076
SHA256 (jupyterlab_pygments-0.1.2.tar.gz) = cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146
SIZE (jupyterlab_pygments-0.1.2.tar.gz) = 4181

View File

@ -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