pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 17:31:44 UTC 2023

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

Log Message:
py-scikit-image: mark as not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.15 pkgsrc/math/py-scikit-image/Makefile:1.16
--- pkgsrc/math/py-scikit-image/Makefile:1.15   Tue Nov 15 08:17:19 2022
+++ pkgsrc/math/py-scikit-image/Makefile        Mon Jul  3 17:31:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/11/15 08:17:19 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/03 17:31:43 wiz Exp $
 
 DISTNAME=      scikit-image-0.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@ DEPENDS+=     ${PYPKGPREFIX}-matplotlib>=3.0
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-tifffile, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 # no python 3.11 support as of 0.19.3
 # https://github.com/scikit-image/scikit-image/issues/6598
 PYTHON_VERSIONS_INCOMPATIBLE+= 311



Home | Main Index | Thread Index | Old Index