From: "Tomáš Čech" <sleep_walker@gnu.org>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 31121@debbugs.gnu.org
Subject: [bug#31121] [PATCH 1/3] gnu: Add python2-urlgrabber
Date: Mon, 16 Apr 2018 23:46:32 +0200 [thread overview]
Message-ID: <20180416214632.w3hmsi6fmih3u6zr@doom> (raw)
In-Reply-To: <87y3hmde9z.fsf@fastmail.com>
[-- Attachment #1: Type: text/plain, Size: 2040 bytes --]
Hi Marius,
On Mon, Apr 16, 2018 at 11:36:56PM +0200, Marius Bakke wrote:
>Tomáš Čech <sleep_walker@gnu.org> writes:
>
>> * gnu/packages/python.scm (python2-urlgrabber): New variable.
>
>There is a 'python-web' module as well, would that be a good fit for
>this package? python.scm had to be split up since it was causing
>problems for the Guile compiler.
I believe that it will fit into python-web as well.
>
>[...]
>
>> +(define-public python2-urlgrabber
>> + (package
>> + (name "python2-urlgrabber")
>> + (version "3.10.2")
>> + (source
>> + (origin
>> + (method url-fetch)
>> + (uri (pypi-uri "urlgrabber" version))
>> + (sha256
>> + (base32
>> + "0w1h7hlsq406bxfy2pn4i9bd003bwl0q9b7p03z3g6yl0d21ddq5"))))
>> + (build-system python-build-system)
>> + (arguments
>> + `(#:python ,python-2))
>
>If Python 3 is unsupported, please add a comment about it. Otherwise
>it's better to add a Python 3 variant and make the Py2 variant inherit
>from it.
Yes, python 2 is the only supported, I'll add comment.
>
>> + (home-page "http://urlgrabber.baseurl.org")
>> + (synopsis "A high-level cross protocol url-grabber")
>
>Synopses should not start with an article (I believe `guix lint` will
>warn about this). Simply "High-level cross-protocol URL grabber".
I'll use that.
>
>> + (description "URL grabber library unifying http://, ftp:// and file://
>> +protocols access, supporting HTTP keepalive, reget, throttling and other
>> +convenience features.")
>
>Please turn this into one or more complete sentences.
>E.g. "@code{urlgrabber} is a Python library that unifies access to
>... It supports bla bla.".
To be honest, this is always the most painful part for me. I'll try to come with something better.
>
>> + (license license:lgpl2.1)))
>
>This should be LGPL2.1+ as mentioned in the code headers.
I'll fix that.
Thanks for review, I'll prepare next version.
Best regards,
S_W
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-04-16 21:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 9:24 [bug#31121] [PATCH 1/3] gnu: Add python2-urlgrabber Tomáš Čech
2018-04-10 9:29 ` [bug#31121] [PATCH 2/3] gnu: Add python-m2crypto, python2-m2crypto Tomáš Čech
2018-04-10 9:29 ` [bug#31121] [PATCH 3/3] gnu: Add osc Tomáš Čech
2018-04-16 22:04 ` Marius Bakke
2018-04-17 21:39 ` [bug#31121] [PATCH 2/3] gnu: Add python-m2crypto, python2-m2crypto Tomáš Čech
2018-04-18 11:17 ` Marius Bakke
2018-04-17 21:40 ` [bug#31121] [PATCH 3/3] gnu: Add osc Tomáš Čech
2018-04-18 11:21 ` Marius Bakke
2018-04-18 12:34 ` Tomáš Čech
2018-04-19 15:41 ` Marius Bakke
2018-04-16 21:54 ` [bug#31121] [PATCH 2/3] gnu: Add python-m2crypto, python2-m2crypto Marius Bakke
2018-04-16 21:36 ` [bug#31121] [PATCH 1/3] gnu: Add python2-urlgrabber Marius Bakke
2018-04-16 21:46 ` Tomáš Čech [this message]
2018-04-16 23:13 ` Marius Bakke
2018-04-17 21:38 ` Tomáš Čech
2018-04-18 11:22 ` Marius Bakke
2018-04-21 6:42 ` bug#31121: patchset Tomáš Čech
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=20180416214632.w3hmsi6fmih3u6zr@doom \
--to=sleep_walker@gnu.org \
--cc=31121@debbugs.gnu.org \
--cc=mbakke@fastmail.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.