svn commit: r461673 - head/graphics/py-imageio

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 12 23:24:48 UTC 2018


Author: yuri
Date: Mon Feb 12 23:24:47 2018
New Revision: 461673
URL: https://svnweb.freebsd.org/changeset/ports/461673

Log:
  graphics/py-imageio: Update to 2.2.0
  
  Additional port changes:
  * Replaced with DISTVERSION
  * Added graphics/py-pillow dependency
  * Removed USES=zip
  
  Reported by:	portscout
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/graphics/py-imageio/Makefile
  head/graphics/py-imageio/distinfo

Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile	Mon Feb 12 23:11:38 2018	(r461672)
+++ head/graphics/py-imageio/Makefile	Mon Feb 12 23:24:47 2018	(r461673)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	imageio
-PORTVERSION=	1.6
-PORTREVISION=	3
+DISTVERSION=	2.2.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \
 		${PYNUMPY}
 
-USES=		python zip
+USES=		python
 USE_PYTHON=	distutils autoplist
-
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-imageio/distinfo
==============================================================================
--- head/graphics/py-imageio/distinfo	Mon Feb 12 23:11:38 2018	(r461672)
+++ head/graphics/py-imageio/distinfo	Mon Feb 12 23:24:47 2018	(r461673)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474357843
-SHA256 (imageio-1.6.zip) = 8e7b46118f49fad8e8e14a6d8ef87de50d22e7437e25f6bfeb32d65a646cdca9
-SIZE (imageio-1.6.zip) = 3284543
+TIMESTAMP = 1518477312
+SHA256 (imageio-2.2.0.tar.gz) = 6dd95300d3d64713a2649334390fd9cf96712013172afd6e73b008e00934a73f
+SIZE (imageio-2.2.0.tar.gz) = 3277426


More information about the svn-ports-head mailing list