GNU bug report logs - #31121
[PATCH 1/3] gnu: Add python2-urlgrabber

Previous Next

Package: guix-patches;

Reported by: Tomáš Čech <sleep_walker <at> gnu.org>

Date: Tue, 10 Apr 2018 09:26:01 UTC

Severity: normal

Tags: patch

Done: Tomáš Čech <sleep_walker <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomáš Čech <sleep_walker <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31121: closed ([PATCH 1/3] gnu: Add python2-urlgrabber)
Date: Sat, 21 Apr 2018 06:43:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 21 Apr 2018 08:42:33 +0200
with message-id <20180421064233.GB1534 <at> doom>
and subject line Re: [bug#31121] patchset
has caused the debbugs.gnu.org bug report #31121,
regarding [PATCH 1/3] gnu: Add python2-urlgrabber
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31121: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31121
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tomáš Čech <sleep_walker <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Tomáš Čech <sleep_walker <at> gnu.org>
Subject: [PATCH 1/3] gnu: Add python2-urlgrabber
Date: Tue, 10 Apr 2018 11:24:25 +0200
 * gnu/packages/python.scm (python2-urlgrabber): New variable.
---
 gnu/packages/python.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e5b74a57f..e728cbaa9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13127,3 +13127,24 @@ file system events on Linux.")
     (description "Pybtex is a BibTeX-compatible bibliography processor written
 in Python.  You can simply type pybtex instead of bibtex.")
     (license license:expat)))
+
+(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))
+    (home-page "http://urlgrabber.baseurl.org")
+    (synopsis "A high-level cross protocol url-grabber")
+    (description "URL grabber library unifying http://, ftp:// and file://
+protocols access, supporting HTTP keepalive, reget, throttling and other
+convenience features.")
+    (license license:lgpl2.1)))
-- 
2.17.0



[Message part 3 (message/rfc822, inline)]
From: Tomáš Čech <sleep_walker <at> gnu.org>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 31121-done <at> debbugs.gnu.org
Subject: Re: [bug#31121] patchset
Date: Sat, 21 Apr 2018 08:42:33 +0200
[Message part 4 (text/plain, inline)]
I fixed all the problems you found, re-run via indent-code.el and pushed to master.

Thanks for review!

S_W
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.