From: Leo Famulari <leo@famulari.name>
To: Troy Sankey <sankeytms@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: Add alot and python-urwidtrees
Date: Fri, 1 Jul 2016 17:50:50 -0400 [thread overview]
Message-ID: <20160701215050.GA4187@jasmine> (raw)
In-Reply-To: <1467396878-sup-4584@what>
Thanks for this patch!
Can you split it into two patches? We prefer to make one change (such as
a package addition) per commit. More comments are below.
On Fri, Jul 01, 2016 at 02:16:01PM -0400, Troy Sankey wrote:
> ---
> gnu/packages/mail.scm | 31 +++++++++++++++++++++++++++++++
> gnu/packages/python.scm | 24 ++++++++++++++++++++++++
Please remember to add your name to the list of authors at the beginning
of the files.
> +(define-public alot
> + (uri (string-append "https://github.com/pazz/alot/archive/"
> + version ".tar.gz"))
When possible, we prefer to use PyPi for downloading Python source code.
But in this case, I don't see version 0.3.7 on PyPi, so we'll use
GitHub.
> + #:python ,python-2))
If Python 3 is unsupported, can you mention it in a brief comment?
> + (synopsis "Commandline MUA using notmuch and urwid")
How about "Command-line mail client using @code{notmuch} and
@code{urwid}"? I'm not sure if the synopses support texinfo markup,
while I know the descriptions do.
> + (description
> + "Alot is an experimental terminal MUA based on notmuch mail. It is
> +written in python using the urwid toolkit.")
Can you unpack 'MUA' and wrap notmuch and urwid in texinfo as above?
> +(define-public python-urwidtrees
> + (arguments
> + '(#:tests? #f))
If there are no tests, can you say so in a comment as in 'alot'?
> + (native-inputs `(("python-setuptools" ,python-setuptools)))
> + (inputs `(("python-urwid" ,python-urwid)))
> + (home-page "https://github.com/pazz/urwidtrees")
> + (synopsis "Tree widgets for urwid")
> + (description "Tree widgets for urwid.")
How about adapting the description from the home-page?
> + (license gpl3+)))
next prev parent reply other threads:[~2016-07-01 21:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 18:16 [PATCH] gnu: Add alot and python-urwidtrees Troy Sankey
2016-07-01 21:50 ` Leo Famulari [this message]
2016-07-02 18:43 ` Troy Sankey
2016-07-03 20:55 ` Leo Famulari
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=20160701215050.GA4187@jasmine \
--to=leo@famulari.name \
--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.