diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 00:56:28 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:25 +0100 |
| commit | 696ce317d88053ab984f857f0b2af4b5aac0880c (patch) | |
| tree | 8aa3f78bbf4528d18f0d14799033cf7fc87008a2 /gnu/packages/python-web.scm | |
| parent | 3c84504e8539e961032f447f4152c425e4aef07b (diff) | |
gnu: python-terminado: Move to jupyter.
* gnu/packages/python-web.scm (python-terminado): Move from here ...
* gnu/packages/jupyter.scm: ... to here.
Change-Id: I54c385f4b4bb9fe58a0c0784e6994dc76fa6c8d5
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 704d0387916..b3552dc9dc5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4287,34 +4287,6 @@ connection to each user.") web framework, either via the basic or digest authentication schemes.") (license license:asl2.0))) -(define-public python-terminado - (package - (name "python-terminado") - (version "0.18.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "terminado" version)) - (sha256 - (base32 - "0bpxag3n0148vsgmi6wh3ynmprykazzqys0lfxgpdr2xp32g42fy")))) - (build-system pyproject-build-system) - (arguments - (list - #:test-flags #~(list "-W" "default"))) ;taken from pyproject.toml - (native-inputs - (list python-hatchling - python-pytest - python-pytest-timeout)) - (propagated-inputs - (list python-ptyprocess - python-tornado-6)) - (home-page "https://github.com/jupyter/terminado") - (synopsis "Terminals served to term.js using Tornado websockets") - (description "This package provides a Tornado websocket backend for the -term.js Javascript terminal emulator library.") - (license license:bsd-2))) - (define-public python-wsgi-intercept (package (name "python-wsgi-intercept") |
