Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 10:36:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7a2c36c6af3 - main - graphics/py-imageio: Update to 2.33.0
Message-ID:  <202311271036.3ARAadFe091598@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7a2c36c6af344868c52e0e9672cd54f9c49af25

commit f7a2c36c6af344868c52e0e9672cd54f9c49af25
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 10:02:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 10:28:21 +0000

    graphics/py-imageio: Update to 2.33.0
    
    - Add PILLOW_HEIF option
    
    Changes:        https://github.com/imageio/imageio/releases
---
 graphics/py-imageio/Makefile | 14 ++++++++------
 graphics/py-imageio/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index fa81b58e4318..b00bc259573d 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	imageio
-PORTVERSION=	2.31.5
+PORTVERSION=	2.33.0
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI \
 		https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/
@@ -31,16 +31,18 @@ USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	FFMPEG FITS PYAV TIFFFILE
+OPTIONS_DEFINE=	FFMPEG FITS PILLOW_HEIF PYAV TIFFFILE
 OPTIONS_DEFAULT=FFMPEG
-FFMPEG_DESC=	Read/Write video using FFmpeg
-FITS_DESC=	Read FITS files
-PYAV_DESC=	Read/Write Videos (and images)
-TIFFFILE_DESC=	Read/Write TIFF files
+FFMPEG_DESC=		Read/Write video using FFmpeg
+FITS_DESC=		Read FITS files
+PILLOW_HEIF_DESC=	Read HEIF files
+PYAV_DESC=		Read/Write Videos (and images)
+TIFFFILE_DESC=		Read/Write TIFF files
 
 FFMPEG_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
 FITS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=0,2:astro/py-astropy@${PY_FLAVOR}
+PILLOW_HEIF_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}pillow-heif>=0:graphics/py-pillow-heif@${PY_FLAVOR}
 PYAV_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}av>=0:multimedia/py-av@${PY_FLAVOR}
 TIFFFILE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tifffile>=0:graphics/py-tifffile@${PY_FLAVOR}
 
diff --git a/graphics/py-imageio/distinfo b/graphics/py-imageio/distinfo
index ed13b1f06c64..9e7b047dc5ac 100644
--- a/graphics/py-imageio/distinfo
+++ b/graphics/py-imageio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696432954
-SHA256 (imageio-2.31.5.tar.gz) = d8e53f9cd4054880276a3dac0a28c85ba7874084856a55a0294a8ae6ed7f3a8e
-SIZE (imageio-2.31.5.tar.gz) = 387057
+TIMESTAMP = 1700759846
+SHA256 (imageio-2.33.0.tar.gz) = 39999d05eb500089e60be467dd7d618f56e142229b44c3961c2b420eeb538d7e
+SIZE (imageio-2.33.0.tar.gz) = 387357



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