1
0
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:
Antoine Brodin 2020-02-29 17:16:51 +00:00
parent 05e4ee08b1
commit 297a14866b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527444
2 changed files with 1 additions and 6 deletions

View File

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

View File

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