about summary refs log tree commit diff
path: root/gn/packages/binderlite.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/binderlite.scm')
-rw-r--r--gn/packages/binderlite.scm30
1 files changed, 0 insertions, 30 deletions
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))))
-