Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:20:07 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: 2919b933d130 - main - textproc/py-jsx-lexer: Remove PY_PYGMENTS
Message-ID:  <202106201620.15KGK7Kq084702@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=2919b933d13001c2c91e1e053b0d4a9bdbf983d3

commit 2919b933d13001c2c91e1e053b0d4a9bdbf983d3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 16:08:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201620.15KGK7Kq084702>