Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
88e78c3b
Commit
88e78c3b
authored
Sep 21, 2020
by
antoine
Browse files
textproc/py-pygments is no longer compatible with python27 so add a PY_PYGMENTS variable
With hat: portmgr
parent
01eb61e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
88e78c3b
...
...
@@ -638,10 +638,12 @@ 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}
<
3500
PY_PILLOW
=
${PYTHON_PKGNAMEPREFIX}
pillow6>
=
6.0.0:graphics/py-pillow6@
${PY_FLAVOR}
PY_PYGMENTS
=
${PYTHON_PKGNAMEPREFIX}
pygments-25>
=
0:textproc/py-pygments-25@
${PY_FLAVOR}
PY_SPHINX
=
${PYTHON_PKGNAMEPREFIX}
sphinx18>
=
0:textproc/py-sphinx18@
${PY_FLAVOR}
PY_TYPING
=
${PYTHON_PKGNAMEPREFIX}
typing>
=
3.7.4.1:devel/py-typing@
${PY_FLAVOR}
.
else
PY_PILLOW
=
${PYTHON_PKGNAMEPREFIX}
pillow>
=
7.0.0:graphics/py-pillow@
${PY_FLAVOR}
PY_PYGMENTS
=
${PYTHON_PKGNAMEPREFIX}
pygments>
=
0:textproc/py-pygments@
${PY_FLAVOR}
PY_SPHINX
=
${PYTHON_PKGNAMEPREFIX}
sphinx>
=
0:textproc/py-sphinx@
${PY_FLAVOR}
PY_TYPING
=
.
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment