guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: Add python-serverfiles.


From: guix-commits
Subject: 06/10: gnu: Add python-serverfiles.
Date: Sun, 25 Apr 2021 14:53:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0b5ab41f29011db79babf8163e97e300c5dfcc69
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Apr 25 03:26:04 2021 +0000

    gnu: Add python-serverfiles.
    
    * gnu/packages/orange.scm (python-serverfiles): New variable.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/orange.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 8cb8159..97be36e 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -99,3 +99,24 @@ data-mining application.")
      "Orange Widget Base provides a base widget component for a interactive
 GUI based workflow.  It is primarily used in the Orange framework.")
     (license license:gpl3+)))
+
+(define-public python-serverfiles
+  (package
+    (name "python-serverfiles")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "serverfiles" version))
+       (sha256
+        (base32 "1qgbzgnaxj4wsp2rdas53qxsh0j7xpibq25w6lviwyaqwwrgq42y"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-requests" ,python-requests)))
+    (home-page "https://github.com/biolab/serverfiles";)
+    (synopsis "Utility to access files on a HTTP server and store them 
locally")
+    (description
+     "This package provides an utility that accesses files on a HTTP server
+and stores them locally for reuse.  It is primarily used by the Orange
+framework.")
+    (license license:gpl3+)))



reply via email to

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