mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pari-jupyter: Update to 1.4.3.
* gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.3. [build-system]: Switch to pyproject. [inputs]: Remove python-ipykernel. [propagated-inputs]: Add python-ipykernel. [native-inputs]: Add python-cython, python-jupyter-kernel-test, python-setuptools, and python-wheel. Change-Id: I1b9f6845223d54d2179012ac84524bf3ed27699d
This commit is contained in:
@@ -14242,18 +14242,26 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
|
|||||||
(define-public python-pari-jupyter
|
(define-public python-pari-jupyter
|
||||||
(package
|
(package
|
||||||
(name "python-pari-jupyter")
|
(name "python-pari-jupyter")
|
||||||
(version "1.4.1")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pari-jupyter" version))
|
(uri (pypi-uri "pari-jupyter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "178v8y3sj3lh3y8i7krbmjqvmv7549bg535fqq1q6axr0lfjknbw"))))
|
||||||
"1ikqvv335qfrhmlji0iclci6pnm2c3fvnxf031jr1d68j79g6ypd"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(arguments
|
||||||
(arguments '(#:tests? #f)) ;no test suite
|
(list #:tests? #f)) ; there are no proper tests
|
||||||
|
(native-inputs
|
||||||
|
(list python-cython
|
||||||
|
python-jupyter-kernel-test
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list pari-gp readline python-ipykernel))
|
(list pari-gp
|
||||||
|
readline))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-ipykernel))
|
||||||
(home-page "https://github.com/sagemath/pari-jupyter")
|
(home-page "https://github.com/sagemath/pari-jupyter")
|
||||||
(synopsis "Jupyter kernel for PARI/GP")
|
(synopsis "Jupyter kernel for PARI/GP")
|
||||||
(description "The package provides a PARI/GP kernel for Jupyter.")
|
(description "The package provides a PARI/GP kernel for Jupyter.")
|
||||||
|
|||||||
Reference in New Issue
Block a user