aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/jupyterhub.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/jupyterhub.scm')
-rw-r--r--gn/packages/jupyterhub.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gn/packages/jupyterhub.scm b/gn/packages/jupyterhub.scm
index 838412b..322999b 100644
--- a/gn/packages/jupyterhub.scm
+++ b/gn/packages/jupyterhub.scm
@@ -267,25 +267,6 @@ balancing and can configure itself automatically and dynamically.")
"Simple, generic API for escaping strings.")
(license license:expat)))
-;; This package is deprecated upstream.
-;; Author suggests using python-toml
-(define-public python-pytoml
- (package
- (name "python-pytoml")
- (version "0.1.21")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pytoml" version))
- (sha256
- (base32
- "1rv1byiw82k7mj6aprcrqi2vdabs801y97xhfnrz7kxds34ggv4f"))))
- (build-system python-build-system)
- (home-page "https://github.com/avakar/pytoml")
- (synopsis "A parser for TOML-0.4.0")
- (description "A parser for TOML-0.4.0")
- (license license:expat)))
-
(define-public python-jupyter-repo2docker
(package
(name "python-jupyter-repo2docker")