Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
da51351a by Antonio Rojas at 2024-06-23T12:26:57+02:00
upgpkg: 3.0.10-4: Add numpy 2.0 compatibility patch
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
pkgver = 3.0.10
- pkgrel = 3
+ pkgrel = 4
url = https://cython.org
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cython
pkgver=3.0.10
-pkgrel=3
+pkgrel=4
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
@@ -24,6 +24,11 @@ checkdepends=(gdb
source=(git+https://github.com/cython/cython#tag=$pkgver)
sha256sums=('e2cfd1ac69cc31cc3762cf2fa8355228f046748cae7e48622b78f57908b38a64')
+prepare() {
+ cd cython
+ git cherry-pick -n a6cef7429ceffdad7121b3f625b1c4b653219d4f # numpy 2.0
compatibility
+}
+
build() {
cd cython
python -m build --wheel --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/da51351a05e9b6777c55a02f4e958a2f7182d24f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/da51351a05e9b6777c55a02f4e958a2f7182d24f
You're receiving this email because of your account on gitlab.archlinux.org.