guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31121] [PATCH 1/3] gnu: Add python2-urlgrabber.


From: Marius Bakke
Subject: [bug#31121] [PATCH 1/3] gnu: Add python2-urlgrabber.
Date: Wed, 18 Apr 2018 13:22:51 +0200
User-agent: Notmuch/0.26.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Tomáš Čech <address@hidden> writes:

> * gnu/packages/python-web (python2-urlgrabber): New variable.

[...]

> +(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)) ;; urlgrabber supports python2 only
> +    (home-page "http://urlgrabber.baseurl.org";)
> +    (synopsis "High-level cross protocol url-grabber")
> +    (description "@code{urlgrabber} is Python2 library that unifies access to
> +files available on web, FTP or locally.  It supports HTTP, FTP and file://
> +protocols, it supports features like HTTP keep-alive, reget, throttling and
> +more.")
> +    (license license:lgpl2.1+)))

Please run this through "./etc/indent-code.el".  LGTM otherwise!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]