pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-imageio



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 25 16:17:24 UTC 2024

Modified Files:
        pkgsrc/graphics/py-imageio: Makefile PLIST distinfo

Log Message:
py-imageio: updated to 2.33.1

v2.33.1 (2023-12-11)

Fix

Replace mktemp with mkstemp when caching to disk for legacy plugins
Other

Fix grammar in ImportError

v2.33.0 (2023-11-20)

Fix

Update pyav plugin to reflect AV changes
Unpin Pillow and allow versions >=10.1.0

Feature

Support for AVIF image format

v2.32.0 (2023-11-06)

Feature

Add support for HEIF format


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/py-imageio/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-imageio/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-imageio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-imageio/Makefile
diff -u pkgsrc/graphics/py-imageio/Makefile:1.13 pkgsrc/graphics/py-imageio/Makefile:1.14
--- pkgsrc/graphics/py-imageio/Makefile:1.13    Tue Aug  1 23:20:44 2023
+++ pkgsrc/graphics/py-imageio/Makefile Thu Jan 25 16:17:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/08/01 23:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/25 16:17:24 adam Exp $
 
-DISTNAME=      imageio-2.28.0
+DISTNAME=      imageio-2.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/imageio/}
@@ -10,16 +10,16 @@ HOMEPAGE=   https://imageio.readthedocs.io
 COMMENT=       Python library to read and write images
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=8.3.2:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec-[0-9]*:../../sysutils/py-fsspec
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-tifffile-[0-9]*:../../graphics/py-tifffile
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-tifffile-[0-9]*:../../graphics/py-tifffile
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
@@ -27,8 +27,5 @@ post-install:
        ${MV} imageio_download_bin imageio_download_bin-${PYVERSSUFFIX} && \
        ${MV} imageio_remove_bin imageio_remove_bin-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-imageio/PLIST
diff -u pkgsrc/graphics/py-imageio/PLIST:1.5 pkgsrc/graphics/py-imageio/PLIST:1.6
--- pkgsrc/graphics/py-imageio/PLIST:1.5        Mon Apr 24 07:07:33 2023
+++ pkgsrc/graphics/py-imageio/PLIST    Thu Jan 25 16:17:24 2024
@@ -1,13 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2023/04/24 07:07:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/01/25 16:17:24 adam Exp $
 bin/imageio_download_bin-${PYVERSSUFFIX}
 bin/imageio_remove_bin-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/imageio/__init__.py
 ${PYSITELIB}/imageio/__init__.pyc
 ${PYSITELIB}/imageio/__init__.pyo
@@ -147,14 +146,6 @@ ${PYSITELIB}/imageio/plugins/tifffile_v3
 ${PYSITELIB}/imageio/plugins/tifffile_v3.pyc
 ${PYSITELIB}/imageio/plugins/tifffile_v3.pyo
 ${PYSITELIB}/imageio/py.typed
-${PYSITELIB}/imageio/resources/images/astronaut.png
-${PYSITELIB}/imageio/resources/images/chelsea.png
-${PYSITELIB}/imageio/resources/images/chelsea.zip
-${PYSITELIB}/imageio/resources/images/cockatoo.mp4
-${PYSITELIB}/imageio/resources/images/newtonscradle.gif
-${PYSITELIB}/imageio/resources/images/realshort.mp4
-${PYSITELIB}/imageio/resources/images/stent.npz
-${PYSITELIB}/imageio/resources/shipped_resources_go_here
 ${PYSITELIB}/imageio/testing.py
 ${PYSITELIB}/imageio/testing.pyc
 ${PYSITELIB}/imageio/testing.pyo

Index: pkgsrc/graphics/py-imageio/distinfo
diff -u pkgsrc/graphics/py-imageio/distinfo:1.8 pkgsrc/graphics/py-imageio/distinfo:1.9
--- pkgsrc/graphics/py-imageio/distinfo:1.8     Mon Apr 24 07:07:33 2023
+++ pkgsrc/graphics/py-imageio/distinfo Thu Jan 25 16:17:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/04/24 07:07:33 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/01/25 16:17:24 adam Exp $
 
-BLAKE2s (imageio-2.28.0.tar.gz) = b038fd099ebd07a2c6ccc4cfdee62c7fec333f476857906d4ed41db8c854d7e1
-SHA512 (imageio-2.28.0.tar.gz) = 6009e4a53af7ff086788b7ee09b161b97f5e1541a1371e16cabdf1185cd8260e82b66bc85e9644b412df20106f90e02e0fe6ddb9a436ea29d7bee520e9f0713f
-Size (imageio-2.28.0.tar.gz) = 3441554 bytes
+BLAKE2s (imageio-2.33.1.tar.gz) = dae58c70204afe47e277f5b0ec299f0cd2df2af18759ac2cede13ab133e80237
+SHA512 (imageio-2.33.1.tar.gz) = d35b0dfe10db50b00a5dc51360925b722a4864cb1df0b5c79d394223bcfb3c36993df3d43c5b62d95f3a90cb8e54c571c182c05600dc84c0e8983c462e9a0240
+Size (imageio-2.33.1.tar.gz) = 387374 bytes



Home | Main Index | Thread Index | Old Index