Received: by mail.netbsd.org (Postfix, from userid 605) id 27BB484DD7; Sat, 27 Feb 2021 23:48:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6002884DD6 for ; Sat, 27 Feb 2021 23:48:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oACbsNAY1r2w for ; Sat, 27 Feb 2021 23:48:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AFF6384D1B for ; Sat, 27 Feb 2021 23:47:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3DBEFA95; Sat, 27 Feb 2021 23:47:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614469679141610" MIME-Version: 1.0 Date: Sat, 27 Feb 2021 23:47:59 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/py-tifffile To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210227234759.A3DBEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614469679141610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1614469679141610 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} && \ --_----------=_1614469679141610--