From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CD67El2C2150EAAA0tVLHw (envelope-from ) for ; Sat, 06 Jun 2020 11:47:41 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id YAKjDl2C2164LwAA1q6Kng (envelope-from ) for ; Sat, 06 Jun 2020 11:47:41 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BA7839404C5 for ; Sat, 6 Jun 2020 11:47:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D93DB6DE136C; Sat, 6 Jun 2020 04:47:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IVDiRkHC6UUj; Sat, 6 Jun 2020 04:47:34 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 5C4166DE1370; Sat, 6 Jun 2020 04:47:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9C0BE6DE1370 for ; Sat, 6 Jun 2020 04:47:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HrPbVSzihyUC for ; Sat, 6 Jun 2020 04:47:31 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id ACD5C6DE136C for ; Sat, 6 Jun 2020 04:47:31 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jhXIN-0002ZV-EN; Sat, 06 Jun 2020 07:47:27 -0400 Received: (nullmailer pid 205550 invoked by uid 1000); Sat, 06 Jun 2020 11:47:25 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] configure: require python 3.5 for CFFI-based notmuch bindings In-Reply-To: <20200605215755.25305-1-tomi.ollila@iki.fi> References: <20200605215755.25305-1-tomi.ollila@iki.fi> Date: Sat, 06 Jun 2020 08:47:25 -0300 Message-ID: <87zh9gwh4i.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tomi.ollila@iki.fi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.49 X-TUID: DPG1jk8ZeuTU Tomi Ollila writes: > Also tell users what the consequences of a "No" answer is when > python version is less than 3.5, cffi or setuptools is missing, > or no pytest >= 3.0 is available. pushed to master and release. d