Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:38:33 +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: r562844 - head/textproc/py-jupyterlab-pygments
Message-ID:  <202101261738.10QHcXnm030653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:38:32 2021
New Revision: 562844
URL: https://svnweb.freebsd.org/changeset/ports/562844

Log:
  Remove PY_PYGMENTS

Modified:
  head/textproc/py-jupyterlab-pygments/Makefile

Modified: head/textproc/py-jupyterlab-pygments/Makefile
==============================================================================
--- head/textproc/py-jupyterlab-pygments/Makefile	Tue Jan 26 17:38:28 2021	(r562843)
+++ head/textproc/py-jupyterlab-pygments/Makefile	Tue Jan 26 17:38:32 2021	(r562844)
@@ -14,7 +14,7 @@ COMMENT=	Pygments theme using JupyterLab CSS variables
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_PYGMENTS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.4.1<3:textproc/py-pygments@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261738.10QHcXnm030653>