From 7cffd8a1ae6feabee58b5ee95001d6e95773c827 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 10 Feb 2025 15:28:32 +0100 Subject: [PATCH] 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 --- gnu/packages/sagemath.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 9e78bd1cedfd041dd0fd48867a15310b88dbc815..30d226a1e8f7a905e7fcb61c79905e7af9cc29d3 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -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