summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2021-02-27 23:47:59 +0000
committermarkd <markd@pkgsrc.org>2021-02-27 23:47:59 +0000
commitbd3e21afb1c2d63e6cd967164efee284272d959b (patch)
tree4b9de9914c706e9a90a90e26270bb8df813bf303 /graphics
parent4089c37f14157cc0831e113e670c84c11801c216 (diff)
downloadpkgsrc-bd3e21afb1c2d63e6cd967164efee284272d959b.tar.gz
py-tifffile: not for python2.7
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-tifffile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile
index 7f74e67631a..89f409b1409 100644
--- a/graphics/py-tifffile/Makefile
+++ b/graphics/py-tifffile/Makefile
@@ -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/~gohlke/
COMMENT= Read and write TIFF(r) files
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} lsm2bin lsm2bin-${PYVERSSUFFIX} && \