From owner-svn-ports-head@freebsd.org Sat Dec 19 20:04:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DEDD4CF38F; Sat, 19 Dec 2020 20:04:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyxX66PDzz4ZSS; Sat, 19 Dec 2020 20:04:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D73B222FCF; Sat, 19 Dec 2020 20:04:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJK4IDO095115; Sat, 19 Dec 2020 20:04:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJK4IML095112; Sat, 19 Dec 2020 20:04:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192004.0BJK4IML095112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:04:18 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . py-jupyterlab-pygments X-SVN-Commit-Revision: 558477 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:04:24 -0000 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 +# $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 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