From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] update notmuch and python bindings Date: Sun, 07 Aug 2016 19:29:34 +0000 Message-ID: <87k2fswf6p.fsf@we.make.ritual.n0.is> References: <147059611699.9624.567002638658964680@what> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWTlb-0006hH-2G for guix-devel@gnu.org; Sun, 07 Aug 2016 15:29:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWTlY-0002Xy-HE for guix-devel@gnu.org; Sun, 07 Aug 2016 15:29:46 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:43581 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWTlY-0002Xu-37 for guix-devel@gnu.org; Sun, 07 Aug 2016 15:29:44 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 5a1e1c2b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sun, 7 Aug 2016 19:29:40 +0000 (UTC) In-Reply-To: <147059611699.9624.567002638658964680@what> 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: guix-devel@gnu.org Hi, Troy Sankey writes: > This patchset updates notmuch from 0.21 to 0.22.1, adds python3 bindings, and > updates the existing python2 bindings. The notmuch upgrade was not necessary > for adding the python3 bindings (my primary goal) but I'm throwing it in > because the NEWS file does not indicate any breaking change. Also my own > experience upgrading from 0.21 to 0.22.1 was problem-free. thanks for the patches. I only have a short question, inlined below. > > From 1b98630890e543eae0dbfbf3dc38b4a26535a003 Mon Sep 17 00:00:00 2001 > From: Troy Sankey > Date: Sun, 7 Aug 2016 13:21:28 -0400 > Subject: [PATCH 1/3] gnu: notmuch: Update to 0.22.1. > > This also removes the emacs input. Quote from the notmuch NEWS file: > > Drop dependency on "pkg-config emacs". > --- > gnu/packages/mail.scm | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > index 28978a8..c58e5f5 100644 > --- a/gnu/packages/mail.scm > +++ b/gnu/packages/mail.scm > @@ -436,14 +436,14 @@ attachments, create new maildirs, and so on.") > (define-public notmuch > (package > (name "notmuch") > - (version "0.21") > + (version "0.22.1") > (source (origin > (method url-fetch) > (uri (string-append "https://notmuchmail.org/releases/notmuch-" > version ".tar.gz")) > (sha256 > (base32 > - "1cr53rbpkcy3pvrmhbg2gq7sjpwb0c8xd7a4zhzxbiv8s7z8yvyh")))) > + "0jwpda3q023dn3sp41n8648951i7iagfv8zzpriv7hpkjivlafg7")))) > (build-system gnu-build-system) > (arguments > '(#:tests? #f ;; FIXME: 662 tests; 168 fail and 99 are skipped > @@ -464,8 +464,7 @@ attachments, create new maildirs, and so on.") > ("python-sphinx" ,python2-sphinx) > ("bash-completion" ,bash-completion))) > (inputs > - `(("emacs" ,emacs) > - ("glib" ,glib) > + `(("glib" ,glib) Why is emacs removed? > ("gmime" ,gmime) > ("talloc" ,talloc) > ("xapian" ,xapian) > -- > 2.1.4 > -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng0.txt For non-prism friendly talk find me on http://www.psyced.org