git: 2919b933d130 - main - textproc/py-jsx-lexer: Remove PY_PYGMENTS

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


The branch main has been updated by sunpoet:

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

commit 2919b933d13001c2c91e1e053b0d4a9bdbf983d3
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:18 +0000

    textproc/py-jsx-lexer: Remove PY_PYGMENTS
    
    With hat:       python
---
 textproc/py-jsx-lexer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-jsx-lexer/Makefile b/textproc/py-jsx-lexer/Makefile
index 9ffc1ca21e4b..2c0b4ffb5014 100644
--- a/textproc/py-jsx-lexer/Makefile
+++ b/textproc/py-jsx-lexer/Makefile
@@ -11,7 +11,7 @@ COMMENT=	JSX lexer for Pygments
 LICENSE=	MIT
 #LICENSE_FILE=	Not packaged yet in sdist
 
-RUN_DEPENDS=	${PY_PYGMENTS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.1:textproc/py-pygments@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_GITHUB=	yes # tests not in sdist


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