guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add nbss-upload.


From: guix-commits
Subject: branch master updated: gnu: Add nbss-upload.
Date: Sat, 22 Jan 2022 04:22:40 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e22957fc15 gnu: Add nbss-upload.
e22957fc15 is described below

commit e22957fc153fe32a0c11f238e7ed6233902bd40a
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Jan 22 02:23:30 2022 -0500

    gnu: Add nbss-upload.
    
    * gnu/packages/python-xyz.scm (nbss-upload): New variable.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 828e376db9..113e3b8077 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28663,6 +28663,28 @@ it supports reStructuredText, Markdown, IPython 
(Jupyter) Notebooks and HTML,
 and has plugins for many other formats.")
     (license license:expat)))
 
+(define-public nbss-upload
+  (package
+    (name "nbss-upload")
+    (version "0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "nbss-upload" version))
+        (sha256
+          (base32 "0jhyfm7w2ssknmh9789fmpnf79xr7sxbdcjwak6hfha6qparvk38"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      (list python-requests))
+    (arguments
+     `(#:tests? #f)) ;no tests
+    (home-page "https://github.com/notebook-sharing-space/nbss-upload";)
+    (synopsis "Upload notebooks to a notebooksharing.space instance")
+    (description
+"Upload notebooks as @code{.ipynb}, @code{.rmd}, and @code{.html} to a
+notebooksharing.space instance.")
+    (license license:bsd-3)))
+
 (define-public python-reedsolo
   (package
     (name "python-reedsolo")



reply via email to

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