pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 10:01:18 UTC 2026

Modified Files:
        pkgsrc/graphics/py-tifffile: Makefile
        pkgsrc/math/py-scikit-image: Makefile

Log Message:
py-tifffile: does not support Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-scikit-image/Makefile

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-tifffile/Makefile
diff -u pkgsrc/graphics/py-tifffile/Makefile:1.69 pkgsrc/graphics/py-tifffile/Makefile:1.70
--- pkgsrc/graphics/py-tifffile/Makefile:1.69   Tue Apr 14 12:28:50 2026
+++ pkgsrc/graphics/py-tifffile/Makefile        Mon Apr 27 10:01:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2026/04/14 12:28:50 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/04/27 10:01:18 wiz Exp $
 
 DISTNAME=      tifffile-2026.4.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-fsspec-[0-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
 post-install:
 .for bin in lsm2bin tiff2fsspec tiffcomment tifffile

Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.29 pkgsrc/math/py-scikit-image/Makefile:1.30
--- pkgsrc/math/py-scikit-image/Makefile:1.29   Sun Jan 11 10:35:08 2026
+++ pkgsrc/math/py-scikit-image/Makefile        Mon Apr 27 10:01:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2026/01/11 10:35:08 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/04/27 10:01:18 wiz Exp $
 
 DISTNAME=      scikit_image-0.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -28,7 +28,7 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    pkg-config
 GCC_REQD+=     9
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-tifffile
 
 pre-configure:
        ${LN} -f -s ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython



Home | Main Index | Thread Index | Old Index