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 A45291A9239 for ; Fri, 28 Jan 2022 14:03:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DE03E84E9C; Fri, 28 Jan 2022 14:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23E7C84E97 for ; Fri, 28 Jan 2022 14:03:01 +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 IKOYgy4fZk7G for ; Fri, 28 Jan 2022 14:03: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 9C31884D43 for ; Fri, 28 Jan 2022 14:03:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98698FB24; Fri, 28 Jan 2022 14:03:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643378580168390" MIME-Version: 1.0 Date: Fri, 28 Jan 2022 14:03:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-gobject3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220128140300.98698FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643378580168390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 28 14:03:00 UTC 2022 Modified Files: pkgsrc/devel/py-gobject3: Makefile Log Message: py-gobject3: limit to Python 3.x To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-gobject3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643378580168390 Content-Disposition: inline Content-Length: 653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-gobject3/Makefile diff -u pkgsrc/devel/py-gobject3/Makefile:1.43 pkgsrc/devel/py-gobject3/Makefile:1.44 --- pkgsrc/devel/py-gobject3/Makefile:1.43 Tue Jan 4 20:53:08 2022 +++ pkgsrc/devel/py-gobject3/Makefile Fri Jan 28 14:03:00 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2022/01/04 20:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2022/01/28 14:03:00 wiz Exp $ PKGREVISION= 3 .include "Makefile.common" @@ -12,6 +12,8 @@ MESON_ARGS+= -Dpython=${PYTHONBIN:Q} MESON_ARGS+= -Dtests=false TEST_TARGET= check +PYTHON_VERSIONS_INCOMPATIBLE= 27 + # Leave for py-gobject3-common: post-install: ${RM} \ --_----------=_1643378580168390--