svn commit: r530586 - in head/graphics/py-imageio: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 4 07:25:48 UTC 2020
Author: sunpoet
Date: Sat Apr 4 07:25:42 2020
New Revision: 530586
URL: https://svnweb.freebsd.org/changeset/ports/530586
Log:
Update to 2.8.0
- Update WWW
Changes: https://github.com/imageio/imageio/releases
https://github.com/imageio/imageio/blob/master/CHANGELOG.md
Deleted:
head/graphics/py-imageio/files/
Modified:
head/graphics/py-imageio/Makefile
head/graphics/py-imageio/distinfo
head/graphics/py-imageio/pkg-descr
Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile Sat Apr 4 07:25:37 2020 (r530585)
+++ head/graphics/py-imageio/Makefile Sat Apr 4 07:25:42 2020 (r530586)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= imageio
-DISTVERSION= 2.6.1
+PORTVERSION= 2.8.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYNUMPY} \
${PY_PILLOW}
-USES= python:3.4+
+USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
Modified: head/graphics/py-imageio/distinfo
==============================================================================
--- head/graphics/py-imageio/distinfo Sat Apr 4 07:25:37 2020 (r530585)
+++ head/graphics/py-imageio/distinfo Sat Apr 4 07:25:42 2020 (r530586)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571483881
-SHA256 (imageio-2.6.1.tar.gz) = f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae
-SIZE (imageio-2.6.1.tar.gz) = 3353198
+TIMESTAMP = 1585907218
+SHA256 (imageio-2.8.0.tar.gz) = fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf
+SIZE (imageio-2.8.0.tar.gz) = 3340492
Modified: head/graphics/py-imageio/pkg-descr
==============================================================================
--- head/graphics/py-imageio/pkg-descr Sat Apr 4 07:25:37 2020 (r530585)
+++ head/graphics/py-imageio/pkg-descr Sat Apr 4 07:25:42 2020 (r530586)
@@ -2,4 +2,4 @@ Imageio is a Python library that provides an easy inte
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
-WWW: https://imageio.github.io/
+WWW: https://github.com/imageio/imageio
More information about the svn-ports-all
mailing list