mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Limit py-pillow6 to python 2.7 to eliminate possible conflict with py-pillow
With hat: portmgr
This commit is contained in:
parent
05e4ee08b1
commit
297a14866b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527444
@ -25,8 +25,6 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
GH_ACCOUNT= python-${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME:C/p/P/}
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pillow6
|
||||
|
||||
OPTIONS_DEFINE= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
|
||||
OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
|
||||
|
||||
|
@ -18,16 +18,13 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
|
||||
# Python 2.7,3.5+
|
||||
USES= cpe python
|
||||
USES= cpe python:2.7
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
GH_ACCOUNT= python-${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME:C/p/P/}
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pillow
|
||||
|
||||
OPTIONS_DEFINE= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
|
||||
OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user