summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-08 11:20:33 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-08 12:05:04 +0100
commitde0ec3749e2eefb28cc13d77db0f6fcc0a325c27 (patch)
treea058abd34a6856184a210cb3e02f07b9e0621a16 /gnu/packages/python-xyz.scm
parent5a7170e7ed550935628e4a76ee242eef75d30ccd (diff)
gnu: python-pari-jupyter: Move to jupyter.
* gnu/packages/python-xyz.scm (python-pari-jupyter): Move from here ... * gnu/packages/jupyter.scm: ... to here. Change-Id: Id0fcd902f9cecd685e912345ce8ef8ee9146d926
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d23b314121..666de1bcd7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14253,34 +14253,6 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
(modify-inputs (package-propagated-inputs parent)
(replace "python-jupyter-client" python-jupyter-client-bootstrap)))))))
-(define-public python-pari-jupyter
- (package
- (name "python-pari-jupyter")
- (version "1.4.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pari-jupyter" version))
- (sha256
- (base32 "178v8y3sj3lh3y8i7krbmjqvmv7549bg535fqq1q6axr0lfjknbw"))))
- (build-system pyproject-build-system)
- (arguments
- (list #:tests? #f)) ; there are no proper tests
- (native-inputs
- (list python-cython
- python-jupyter-kernel-test
- python-setuptools
- python-wheel))
- (inputs
- (list pari-gp
- readline))
- (propagated-inputs
- (list python-ipykernel))
- (home-page "https://github.com/sagemath/pari-jupyter")
- (synopsis "Jupyter kernel for PARI/GP")
- (description "The package provides a PARI/GP kernel for Jupyter.")
- (license license:gpl3+)))
-
(define-public python-backcall
(package
(name "python-backcall")