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:   gutteridge
Date:           Fri Mar  5 04:16:57 UTC 2021

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

Log Message:
py-scikit-image: cascade py-tifffile Python incompatibilities


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/math/py-scikit-image/Makefile:1.10
--- pkgsrc/math/py-scikit-image/Makefile:1.9    Wed Feb 24 20:05:36 2021
+++ pkgsrc/math/py-scikit-image/Makefile        Fri Mar  5 04:16:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/02/24 20:05:36 markd Exp $
+# $NetBSD: Makefile,v 1.10 2021/03/05 04:16:57 gutteridge Exp $
 
 DISTNAME=      scikit-image-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six>=1.9.0:../.
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-tifffile
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index