git: d250d2601a74 - main - science/py-jupyter_jsmol: Remove PY_PYGMENTS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 16:20:17 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d250d2601a74044e2edbc3a0ff88423a676d0326
commit d250d2601a74044e2edbc3a0ff88423a676d0326
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:32 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:17 +0000
science/py-jupyter_jsmol: Remove PY_PYGMENTS
With hat: python
---
science/py-jupyter_jsmol/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/py-jupyter_jsmol/Makefile b/science/py-jupyter_jsmol/Makefile
index cf29780ba039..a3f1f8f86339 100644
--- a/science/py-jupyter_jsmol/Makefile
+++ b/science/py-jupyter_jsmol/Makefile
@@ -11,7 +11,7 @@ COMMENT= JSmol viewer widget for Jupyter Notebooks and JupyterLab
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PY_PYGMENTS} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}widgetsnbextension>0:devel/py-widgetsnbextension@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.0.0:devel/py-ipykernel5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \
More information about the dev-commits-ports-all
mailing list