Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
c0cf5ed3 by Antonio Rojas at 2024-06-23T12:56:39+02:00
upgpkg: 3.0.10-5: Revert not needed fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
pkgver = 3.0.10
- pkgrel = 4
+ pkgrel = 5
url = https://cython.org
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cython
pkgver=3.0.10
-pkgrel=4
+pkgrel=5
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
@@ -24,11 +24,6 @@ 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/c0cf5ed3ec4c77f1e9506f22a20ae86a7e10cf2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/c0cf5ed3ec4c77f1e9506f22a20ae86a7e10cf2d
You're receiving this email because of your account on gitlab.archlinux.org.