svn commit: r562844 - head/textproc/py-jupyterlab-pygments

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:38:41 UTC 2021


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


More information about the svn-ports-all mailing list