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:
parent
c9d2fcf70d
commit
fb88db354e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558477
@ -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
|
||||
|
24
textproc/py-jupyterlab-pygments/Makefile
Normal file
24
textproc/py-jupyterlab-pygments/Makefile
Normal 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>
|
3
textproc/py-jupyterlab-pygments/distinfo
Normal file
3
textproc/py-jupyterlab-pygments/distinfo
Normal 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
|
7
textproc/py-jupyterlab-pygments/pkg-descr
Normal file
7
textproc/py-jupyterlab-pygments/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user