Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 07:25:43 +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: r530586 - in head/graphics/py-imageio: . files
Message-ID:  <202004040725.0347PhDU045330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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