Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zW7N9Idn; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IqCRIGwi Received: by mail.netbsd.org (Postfix, from userid 605) id DB50F84E6F; Thu, 4 Apr 2024 04:16:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712204170; bh=6enAHaZJlxnDt6xSqfWQ5tQhO6+EEIYLz+vYOg/Fq80=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zW7N9IdnlJFt4ALoPlzq5zQDVk9nZ3OH+W1sZDGvpywDhbDixB2KVtWHrBRl/qb78 WVGYTeQkLIOiJ1FROcqycFkzbNkNo3wGHlrdLueAqyDgRMAS4fFFXOrC0BRoTxfgba 5X8hTPEk14arMLiaQDK5fPwcaO8OAa2oVp/etb+s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBAB184D39 for ; Thu, 4 Apr 2024 04:16:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 rKXG6Emi2bUN for ; Thu, 4 Apr 2024 04:16:08 +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 2C16384D2A for ; Thu, 4 Apr 2024 04:16:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712204168; bh=6enAHaZJlxnDt6xSqfWQ5tQhO6+EEIYLz+vYOg/Fq80=; h=Date:From:Subject:To:Reply-To; b=IqCRIGwifotwWkMwXVoGiKppirQNENtz2IDwI3tM3J/XippstXl3+05qNe3jF0ih+ fbLxh9oK82xQpiV0H71RurKTO4qeRbMC+0XVIeWE1W9IMM5WCIvF3r8wxlVCy7NneL eYd66tVkG2DHjv5/niLOi4ERjjJiQ65zxF05jY1A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21E4FFA2C; Thu, 4 Apr 2024 04:16:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171220416896080" MIME-Version: 1.0 Date: Thu, 4 Apr 2024 04:16:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240404041608.21E4FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171220416896080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 4 04:16:08 UTC 2024 Modified Files: pkgsrc/mail/notmuch: Makefile.common Log Message: notmuch: allow overriding python dependency type for py-notmuch2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/notmuch/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171220416896080 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile.common diff -u pkgsrc/mail/notmuch/Makefile.common:1.5 pkgsrc/mail/notmuch/Makefile.common:1.6 --- pkgsrc/mail/notmuch/Makefile.common:1.5 Sun Mar 10 12:11:09 2024 +++ pkgsrc/mail/notmuch/Makefile.common Thu Apr 4 04:16:07 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2024/03/10 12:11:09 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.6 2024/04/04 04:16:07 wiz Exp $ # used by mail/notmuch-emacs/Makefile DISTNAME= notmuch-0.38.3 @@ -23,7 +23,7 @@ TEST_TARGET= check USE_CXX_FEATURES+= c++11 -PYTHON_FOR_BUILD_ONLY= tool +PYTHON_FOR_BUILD_ONLY?= tool PYTHON_VERSIONS_INCOMPATIBLE= 27 REPLACE_BASH+= emacs/notmuch-emacs-mua --_----------=_171220416896080--