1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Mk/Uses/python.mk: Remove PY_PYGMENTS

This commit is contained in:
Po-Chuan Hsieh 2021-06-21 00:08:18 +08:00
parent 708e6deaaa
commit 33b4388b09
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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}