Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 359561A9239 for ; Fri, 28 Jan 2022 12:15:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 858C084E97; Fri, 28 Jan 2022 12:14:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C073684E8D for ; Fri, 28 Jan 2022 12:14:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iZnRIuABBEfc for ; Fri, 28 Jan 2022 12:14:58 +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 55EE184D38 for ; Fri, 28 Jan 2022 12:14:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49E87FB24; Fri, 28 Jan 2022 12:14:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643372098234680" MIME-Version: 1.0 Date: Fri, 28 Jan 2022 12:14:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/mypaint To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220128121458.49E87FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643372098234680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 28 12:14:58 UTC 2022 Modified Files: pkgsrc/graphics/mypaint: Makefile Log Message: mypaint: restrict to python 3 (reduce py27-gobject3 users) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/mypaint/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643372098234680 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mypaint/Makefile diff -u pkgsrc/graphics/mypaint/Makefile:1.53 pkgsrc/graphics/mypaint/Makefile:1.54 --- pkgsrc/graphics/mypaint/Makefile:1.53 Tue Jan 4 20:54:02 2022 +++ pkgsrc/graphics/mypaint/Makefile Fri Jan 28 12:14:58 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2022/01/04 20:54:02 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2022/01/28 12:14:58 wiz Exp $ DISTNAME= mypaint-2.0.0 PKGREVISION= 9 @@ -18,6 +18,8 @@ TOOL_DEPENDS+= swig3-[0-9]*:../../devel/ EGG_NAME= MyPaint-${PKGVERSION_NOREV}a0 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config --_----------=_1643372098234680--