Date: Sun, 20 Jun 2021 16:19:57 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: b6ff6718583b - main - devel/py-pyface: Remove PY_PYGMENTS Message-ID: <202106201619.15KGJvq2081835@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=b6ff6718583b815e5eb96b58225b1cfc87dd4fed commit b6ff6718583b815e5eb96b58225b1cfc87dd4fed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:08:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:16:16 +0000 devel/py-pyface: Remove PY_PYGMENTS With hat: python --- devel/py-pyface/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-pyface/Makefile b/devel/py-pyface/Makefile index cb483ef236e8..3ae78b4f16d8 100644 --- a/devel/py-pyface/Makefile +++ b/devel/py-pyface/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-meta TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ - ${PY_PYGMENTS} + ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils @@ -36,7 +36,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,network_test,opengl_test,printsupport_run,svg_run,test_test,webkit_test,webkitwidgets_test,widgets_run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201619.15KGJvq2081835>