git: b6ff6718583b - main - devel/py-pyface: Remove PY_PYGMENTS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 16:20:08 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6ff6718583b815e5eb96b58225b1cfc87dd4fed

commit b6ff6718583b815e5eb96b58225b1cfc87dd4fed
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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
 


More information about the dev-commits-ports-main mailing list