pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-tifffile



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb 27 23:47:59 UTC 2021

Modified Files:
        pkgsrc/graphics/py-tifffile: Makefile

Log Message:
py-tifffile: not for python2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-tifffile/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.1 pkgsrc/graphics/py-tifffile/Makefile:1.2
--- pkgsrc/graphics/py-tifffile/Makefile:1.1    Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/Makefile        Sat Feb 27 23:47:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/24 19:54:49 markd Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/27 23:47:59 markd Exp $
 
 DISTNAME=      tifffile-2021.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://www.lfd.uci.edu/~gohlk
 COMMENT=       Read and write TIFF(r) files
 LICENSE=       modified-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} lsm2bin lsm2bin-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index