all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53438] [PATCH] gnu: Add nbss-upload.
@ 2022-01-22  7:23 jgart via Guix-patches via
  2022-01-22  9:23 ` bug#53438: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-01-22  7:23 UTC (permalink / raw)
  To: 53438; +Cc: jgart

* gnu/packages/python-xyz.scm (nbss-upload): New variable.
---
 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..028a92fea1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28663,6 +28663,28 @@ (define-public nikola
 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))
+    (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")
-- 
2.34.1





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

* bug#53438: [PATCH] gnu: Add nbss-upload.
  2022-01-22  7:23 [bug#53438] [PATCH] gnu: Add nbss-upload jgart via Guix-patches via
@ 2022-01-22  9:23 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2022-01-22  9:23 UTC (permalink / raw)
  To: jgart; +Cc: 53438-done

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-xyz.scm (nbss-upload): New variable.
> ---
>  gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)

Pushed to the master with the folling change:
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 028a92fea1..113e3b8077 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28677,7 +28677,7 @@ (define-public nbss-upload
     (propagated-inputs
       (list python-requests))
     (arguments
-      `(#:tests? #f))
+     `(#:tests? #f)) ;no tests
     (home-page "https://github.com/notebook-sharing-space/nbss-upload")
     (synopsis "Upload notebooks to a notebooksharing.space instance")
     (description
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

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

end of thread, other threads:[~2022-01-22  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22  7:23 [bug#53438] [PATCH] gnu: Add nbss-upload jgart via Guix-patches via
2022-01-22  9:23 ` bug#53438: " Oleg Pykhalov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.