Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cypari2
Commits:
c346a91d by Antonio Rojas at 2024-11-04T08:21:47+01:00
upgpkg: 2.2.0-9: Restore lost pari 2.17 fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cypari2
pkgdesc = Cython bindings for PARI
pkgver = 2.2.0
- pkgrel = 8
+ pkgrel = 9
url = https://www.sagemath.org
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=cypari2
pkgname=python-cypari2
pkgver=2.2.0
-pkgrel=8
+pkgrel=9
pkgdesc='Cython bindings for PARI'
arch=(x86_64)
url='https://www.sagemath.org'
@@ -26,6 +26,8 @@
sha256sums=('015d7421efabb57680fca1445d98585a43228a3f46c36cd7f9cad9b28f5ea0f8'
prepare() {
cd $pkgbase
+# PARI 2.17 compatibility
+ git cherry-pick -n 0a5a7b42e53d065f8d78bdaa8181d6afa20d1f4f
patch -p1 -i ../pari-2.17.patch
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cypari2/-/commit/c346a91d3e3f4148259ccdfe1d512bb0becc178a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cypari2/-/commit/c346a91d3e3f4148259ccdfe1d512bb0becc178a
You're receiving this email because of your account on gitlab.archlinux.org.