From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Sankey Subject: Re: [PATCH] update notmuch and python bindings Date: Mon, 08 Aug 2016 11:07:29 -0400 Message-ID: <147066884996.16312.15168805442440860641@what> References: <147059611699.9624.567002638658964680@what> <871t1zzmin.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWm9P-0000IH-BP for guix-devel@gnu.org; Mon, 08 Aug 2016 11:07:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWm9M-0005u5-5N for guix-devel@gnu.org; Mon, 08 Aug 2016 11:07:35 -0400 Received: from mail-io0-x236.google.com ([2607:f8b0:4001:c06::236]:35944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWm9M-0005tm-0e for guix-devel@gnu.org; Mon, 08 Aug 2016 11:07:32 -0400 Received: by mail-io0-x236.google.com with SMTP id b62so360113899iod.3 for ; Mon, 08 Aug 2016 08:07:31 -0700 (PDT) In-Reply-To: <871t1zzmin.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Kost Cc: guix-devel@gnu.org Quoting Alex Kost (2016-08-08 04:35:12) > I forgot one thing: since the source will be the same as the one of > 'notmuch' package, I'm going to write it like this: > = > ;; Notmuch python bindings are now unavailable on pypi. The > ;; bindings are distributed via the notmuch release tarball. > (source (package-source notmuch)) Neat! It also occurs to me that guix doesn't need to re-download the tarba= ll because the /gnu/store is a local file cache---cool! > Thanks again! (no need to resend the patches, I'll fix the mentioned > notes) Excellent, much appreciated. Troy