Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:35:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563661 - head/graphics/py-imageio
Message-ID:  <202102011935.111JZEBG023953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:35:14 2021
New Revision: 563661
URL: https://svnweb.freebsd.org/changeset/ports/563661

Log:
  Remove PYNUMPY and PY_PILLOW

Modified:
  head/graphics/py-imageio/Makefile

Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile	Mon Feb  1 19:35:09 2021	(r563660)
+++ head/graphics/py-imageio/Makefile	Mon Feb  1 19:35:14 2021	(r563661)
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
-		${PYNUMPY} \
-		${PY_PILLOW}
+		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011935.111JZEBG023953>