Date: Mon, 18 Apr 2022 00:02:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 438f62f4dccf - main - textproc/py-jupyterlab-pygments: Update to 0.2.2 Message-ID: <202204180002.23I02LG6044846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=438f62f4dccf370bf273b18fff15838c49546d7d commit 438f62f4dccf370bf273b18fff15838c49546d7d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:45:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:24 +0000 textproc/py-jupyterlab-pygments: Update to 0.2.2 Changes: https://github.com/jupyterlab/jupyterlab_pygments/commits/main --- textproc/py-jupyterlab-pygments/Makefile | 5 +++-- textproc/py-jupyterlab-pygments/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/py-jupyterlab-pygments/Makefile b/textproc/py-jupyterlab-pygments/Makefile index 519ef29fd12a..631618b90975 100644 --- a/textproc/py-jupyterlab-pygments/Makefile +++ b/textproc/py-jupyterlab-pygments/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= jupyterlab-pygments -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,10 @@ COMMENT= Pygments theme using JupyterLab CSS variables LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0:devel/py-jupyter-packaging@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.1<3:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-jupyterlab-pygments/distinfo b/textproc/py-jupyterlab-pygments/distinfo index ccde0f10a20e..3a84c5d5a262 100644 --- a/textproc/py-jupyterlab-pygments/distinfo +++ b/textproc/py-jupyterlab-pygments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366076 -SHA256 (jupyterlab_pygments-0.1.2.tar.gz) = cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146 -SIZE (jupyterlab_pygments-0.1.2.tar.gz) = 4181 +TIMESTAMP = 1650228818 +SHA256 (jupyterlab_pygments-0.2.2.tar.gz) = 7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d +SIZE (jupyterlab_pygments-0.2.2.tar.gz) = 132378
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180002.23I02LG6044846>