From 65edff19bad5b298a5d082b527781ba55d09909a Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 14 Apr 2022 22:30:24 -0400 Subject: notebooks: move nb-upload --- gn/packages/binderlite.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'gn/packages/binderlite.scm') diff --git a/gn/packages/binderlite.scm b/gn/packages/binderlite.scm index f3dddb9..8010e41 100644 --- a/gn/packages/binderlite.scm +++ b/gn/packages/binderlite.scm @@ -35,33 +35,3 @@ will be rewritten in Common Lisp. If we stay with Python I recommend switching this library out for @code{python-furl} or similar.")))) -(define-public nb-upload - (let ((commit "b2853028a2ef2b1670074aa08c9e25d799ba4cb4") - (revision "2")) - (package - (name "nb-upload") - (version (git-version "20220414" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://git.genenetwork.org/jgart/nb-upload") - (commit commit))) - (file-name (git-file-name name commit)) - (sha256 - (base32 - "1wdghsq4wj1bgcvxx604q7piknbwapj7facc1xfn1fqvw0cra7wg")))) - (build-system python-build-system) - (arguments - (list #:tests? #f)) ; There are no tests. - (inputs - (list python-requests - python-yaspin - python-rich)) - (synopsis "Upload notebooks via CLI") - (description -"@code{nb-upload} allows a user to upload notebooks to a @code{nb} -instance.") - (home-page "https://git.genenetwork.org/jgart/nb-upload/") - (license license:unlicense)))) - -- cgit v1.2.3