diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-13 07:24:47 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-13 07:24:47 +0800 |
commit | 6d93d429761bbf678a34492490d9591efab95243 (patch) | |
tree | 2abee86259155cf1d6a82c2ec0e66b7b465c3039 /graphics | |
parent | e4fa5155d29826613efb042391b950b11ec727e5 (diff) | |
download | freebsd-ports-gnome-6d93d429761bbf678a34492490d9591efab95243.tar.gz freebsd-ports-gnome-6d93d429761bbf678a34492490d9591efab95243.tar.zst freebsd-ports-gnome-6d93d429761bbf678a34492490d9591efab95243.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imageio/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-imageio/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 7c63f52ced08..94c1c22d0c07 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -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> diff --git a/graphics/py-imageio/distinfo b/graphics/py-imageio/distinfo index fd9c73528996..2d1b9bdd037d 100644 --- a/graphics/py-imageio/distinfo +++ b/graphics/py-imageio/distinfo @@ -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 |