From: Alex Kost <alezost@gmail.com>
To: Troy Sankey <sankeytms@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] update notmuch and python bindings
Date: Mon, 08 Aug 2016 11:35:12 +0300 [thread overview]
Message-ID: <871t1zzmin.fsf@gmail.com> (raw)
In-Reply-To: <147059611699.9624.567002638658964680@what> (Troy Sankey's message of "Sun, 07 Aug 2016 14:55:17 -0400")
> From b3c53dec33e35d554e4a30de108477bc4fbe932f Mon Sep 17 00:00:00 2001
> From: Troy Sankey <sankeytms@gmail.com>
> Date: Sun, 7 Aug 2016 13:26:30 -0400
> Subject: [PATCH 2/3] gnu: Add python-notmuch
>
> ---
> gnu/packages/mail.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index c58e5f5..96537c4 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -517,6 +517,48 @@ ing, and tagging large collections of email messages.")
> useful for email address completion.")
> (license license:expat)))
>
> +(define-public python-notmuch
> + (package
> + (name "python-notmuch")
> + (version "0.22.1")
> + (source (origin
> + (method url-fetch)
> + ; notmuch python bindings are now unavailable on pypi. The
> + ; bindings are distributed via the notmuch release tarball.
> + (uri (string-append
> + "https://notmuchmail.org/releases/notmuch-"
> + version
> + ".tar.gz"))
> + (sha256
> + (base32
> + "0jwpda3q023dn3sp41n8648951i7iagfv8zzpriv7hpkjivlafg7"))))
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))
Thanks again! (no need to resend the patches, I'll fix the mentioned
notes)
--
Alex
next prev parent reply other threads:[~2016-08-08 8:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-07 18:55 [PATCH] update notmuch and python bindings Troy Sankey
2016-08-07 19:29 ` ng0
2016-08-07 20:40 ` Troy Sankey
2016-08-07 22:04 ` ng0
2016-08-08 8:20 ` Alex Kost
2016-08-07 22:24 ` ng0
2016-08-08 4:34 ` Troy Sankey
2016-08-08 7:05 ` ng0
2016-08-08 7:42 ` ng0
2016-08-08 13:31 ` Troy Sankey
2016-08-08 8:21 ` Alex Kost
2016-08-11 15:18 ` Alex Kost
2016-08-08 21:30 ` Leo Famulari
2016-08-08 8:35 ` Alex Kost [this message]
2016-08-08 15:07 ` Troy Sankey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871t1zzmin.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=guix-devel@gnu.org \
--cc=sankeytms@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.