mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add a PY_PILLOW that can be used to choose between graphics/py-pillow
and graphics/py-pillow6 With hat: portmgr
This commit is contained in:
parent
94468f8ffa
commit
b4990c3eb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529061
@ -631,8 +631,10 @@ PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.19,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_TYPING= ${PYTHON_PKGNAMEPREFIX}typing>=3.7.4:devel/py-typing@${PY_FLAVOR}
|
||||
.else
|
||||
PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
|
||||
PY_TYPING=
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user