git: 33b4388b0926 - main - Mk/Uses/python.mk: Remove PY_PYGMENTS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 16:20:02 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33b4388b0926bbbae18625eda3ee940969ad8e60
commit 33b4388b0926bbbae18625eda3ee940969ad8e60
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:18 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:15 +0000
Mk/Uses/python.mk: Remove PY_PYGMENTS
---
Mk/Uses/python.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 5906013fd3cb..304e96530954 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -650,10 +650,8 @@ PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
# Common Python modules that can be needed but only for some versions of Python.
.if ${PYTHON_REL} < 30500
-PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments-25>=2.5.1<3:textproc/py-pygments-25@${PY_FLAVOR}
.else
PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
-PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1<3:textproc/py-pygments@${PY_FLAVOR}
.endif
.if ${PYTHON_VER} != ${PYTHON_DEFAULT}
More information about the dev-commits-ports-all
mailing list