[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: Add python-wget.
From: |
guix-commits |
Subject: |
01/08: gnu: Add python-wget. |
Date: |
Mon, 2 Mar 2020 17:03:28 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 9c9704a9d73ef2002d792b1dd463e65dc68823ba
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 10:52:42 2020 -0500
gnu: Add python-wget.
* gnu/packages/python-xyz.scm (python-wget): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 446eccd..8484600 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17475,6 +17475,25 @@ such as a file modification and trigger an action.
This is similar to inotify,
but portable.")
(license license:asl2.0)))
+(define-public python-wget
+ (package
+ (name "python-wget")
+ (version "3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "wget" version ".zip"))
+ (sha256
+ (base32
+ "0qb0y7ipby42m4m7h0ipazpdyc3bn9xi46lvifcwwl5albn31rim"))))
+ (build-system python-build-system)
+ (native-inputs `(("unzip" ,unzip)))
+ (home-page "https://bitbucket.org/techtonik/python-wget/")
+ (synopsis "Pure Python download utility")
+ (description "The python-wget library provides an API to download files
+with features similar to the @command{wget} utility.")
+ (license license:unlicense)))
+
(define-public offlate
(package
(name "offlate")
- branch master updated (1eee899 -> 1639e0b), guix-commits, 2020/03/02
- 02/08: gnu: python-colorama: Update to 0.4.3., guix-commits, 2020/03/02
- 01/08: gnu: Add python-wget.,
guix-commits <=
- 03/08: gnu: python-radon: Update to 4.1.0., guix-commits, 2020/03/02
- 04/08: gnu: python-xenon: Update to 0.7.0., guix-commits, 2020/03/02
- 07/08: gnu: python-gitpython: Update to 3.1.0., guix-commits, 2020/03/02
- 05/08: gnu: python-pyyaml: Update to 5.3., guix-commits, 2020/03/02
- 06/08: gnu: python-gitdb: Update to 4.0.2., guix-commits, 2020/03/02
- 08/08: gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2., guix-commits, 2020/03/02