git: 91000e0fc4d7 - main - graphics/py-traitsui: 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=91000e0fc4d72316dd8be439ea66b88ddce9b037
commit 91000e0fc4d72316dd8be439ea66b88ddce9b037
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:27 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:17 +0000
graphics/py-traitsui: Remove PY_PYGMENTS
With hat: python
---
graphics/py-traitsui/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile
index 7e4f32a39ced..b9716b5463b2 100644
--- a/graphics/py-traitsui/Makefile
+++ b/graphics/py-traitsui/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=6.0.0:devel/py-traits@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
- ${PY_PYGMENTS} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-traits@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR}
@@ -39,7 +39,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= QT5
OPTIONS_DEFAULT=QT5
-QT5_RUN_DEPENDS= ${PY_PYGMENTS}
+QT5_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
QT5_USES= pyqt:5
QT5_USE= PYQT=core_run,gui_run,printsupport_run,svg_run,widgets_run
More information about the dev-commits-ports-all
mailing list