From: Leo Famulari <leo@famulari.name>
To: Matthew Jordan <matthewjordannm@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 1/2] Feed2maildir: Add python-feedparser
Date: Tue, 30 Aug 2016 15:17:43 -0400 [thread overview]
Message-ID: <20160830191743.GA7311@jasmine> (raw)
In-Reply-To: <871t1igl1s.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me>
On Sun, Aug 21, 2016 at 12:10:23PM -0400, Matthew Jordan wrote:
> Subject: [PATCH 1/2] gnu: Add python-feedparser
>
> * gnu/packages/python.scm (python-feedparser): New variable.
Thanks for these patches!
> + (uri (string-append
> + "https://pypi.python.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-"
> + version ".tar.bz2"))
This should use the "pypi-uri" URL system.
> + (inputs
> + `(("python-setuptools" ,python-setuptools)))
Does it build without setuptools? If not, setuptools should probably be
a native-input, assuming that setuptools is only used to build.
> + (synopsis
> + "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF,
> +Atom 0.3, and Atom 1.0 feeds")
> + (description
> + "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF,
> +Atom 0.3, and Atom 1.0 feeds")
`guix lint` should have some suggestions for the synopsis and
description. Probably, the synopsis should be something like "Parse Atom
and RSS feeds in Python". And the description should be a complete
sentence.
> + (license
> + (non-copyleft "https://github.com/kurtmckee/feedparser/blob/develop/LICENSE"))))
The licenses appear to be bsd-2 or very similar variants of bsd-2.
And, does the software support Python 2? If so, we like to add both
language versions at once.
Can you send an updated patch?
prev parent reply other threads:[~2016-08-30 19:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-21 16:10 [PATCH 1/2] Feed2maildir: Add python-feedparser Matthew Jordan
2016-08-30 19:17 ` Leo Famulari [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160830191743.GA7311@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=matthewjordannm@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).