gnu: python-cypari2: Update to 2.2.1.

* gnu/packages/sagemath.scm (python-cypari2): Update to 2.2.1.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Replace python-cython by python-cython-3. Add
python-setuptools and python-wheel.

Change-Id: Ifa35166e720a6a7eb7fa130264b6dfe72cf4b527
This commit is contained in:
Andreas Enge 2025-02-10 15:28:32 +01:00
parent d7ca62b15d
commit 7cffd8a1ae
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -186,17 +186,17 @@ represented as strings.")
(define-public python-cypari2
(package
(name "python-cypari2")
(version "2.1.2")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cypari2" version))
(sha256
(base32
"0ymc4i9y60aazscc1blivirkr1rflzz6akkmvfzyn5l7mgnlbk83"))))
(build-system python-build-system)
"1f43bx3pryc1mg7i9gijl2c6aavijlbcxx9wyw11jn40lak1g85a"))))
(build-system pyproject-build-system)
(native-inputs
(list python-cython))
(list python-cython-3 python-setuptools python-wheel))
(propagated-inputs
(list python-cysignals))
(inputs