unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47022] [PATCH 1/3] gnu: Add python-pooch.
@ 2021-03-09 14:12 Vinicius Monego
  2021-03-09 14:15 ` [bug#47022] [PATCH 2/3] gnu: python-scikit-image: Update to 0.18.1 Vinicius Monego
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vinicius Monego @ 2021-03-09 14:12 UTC (permalink / raw)
  To: 47022; +Cc: Vinicius Monego

* gnu/packages/python-xyz.scm (python-pooch): New variable.
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 912b9db62b..c1b67bffc6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19248,6 +19248,31 @@ library: to minimize boilerplate code in traditional extension modules by
 inferring type information using compile-time introspection.")
     (license license:bsd-3)))
 
+(define-public python-pooch
+  (package
+    (name "python-pooch")
+    (version "1.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pooch" version))
+       (sha256
+        (base32 "1618adsg9r8fsv422sv35z1i723q3a1iir5v7dv2sklh4pl4im1h"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ;requires online data
+    (propagated-inputs
+     `(("python-appdirs" ,python-appdirs)
+       ("python-packaging" ,python-packaging)
+       ("python-requests" ,python-requests)))
+    (home-page "https://github.com/fatiando/pooch")
+    (synopsis "Manage your Python library's sample data files")
+    (description
+     "Pooch manages your Python library's sample data files: it automatically
+downloads and stores them in a local directory, with support for versioning
+and corruption checks.")
+    (license license:bsd-3)))
+
 (define-public python-fasteners
   (package
     (name "python-fasteners")
-- 
2.30.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-13 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09 14:12 [bug#47022] [PATCH 1/3] gnu: Add python-pooch Vinicius Monego
2021-03-09 14:15 ` [bug#47022] [PATCH 2/3] gnu: python-scikit-image: Update to 0.18.1 Vinicius Monego
2021-03-09 14:15   ` [bug#47022] [PATCH 3/3] gnu: scikit-image: Enable tests Vinicius Monego
2021-03-09 15:51 ` [bug#47022] [PATCH v2 3/3] gnu: python-scikit-image: " Vinicius Monego
2021-03-13 13:07 ` bug#47022: [PATCH 1/3] gnu: Add python-pooch Nicolas Goaziou

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).