Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A0C984F8E for ; Mon, 25 Dec 2023 18:16:49 +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 5UuuTbRf-jAg for ; Mon, 25 Dec 2023 18:16:48 +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 C27BB84C13 for ; Mon, 25 Dec 2023 18:16:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9486FA42; Mon, 25 Dec 2023 18:16:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170352820846410" MIME-Version: 1.0 Date: Mon, 25 Dec 2023 18:16:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/breezy To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231225181648.B9486FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170352820846410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 25 18:16:48 UTC 2023 Modified Files: pkgsrc/devel/breezy: Makefile Log Message: breezy: not for Python 3.12 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/breezy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170352820846410 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/breezy/Makefile diff -u pkgsrc/devel/breezy/Makefile:1.16 pkgsrc/devel/breezy/Makefile:1.17 --- pkgsrc/devel/breezy/Makefile:1.16 Mon Aug 14 05:24:04 2023 +++ pkgsrc/devel/breezy/Makefile Mon Dec 25 18:16:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/08/14 05:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2023/12/25 18:16:48 wiz Exp $ DISTNAME= breezy-3.2.2 PKGREVISION= 3 @@ -24,7 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testtools USE_TOOLS+= gmake msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 27 311 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 312 USE_PKG_RESOURCES= yes --_----------=_170352820846410--