Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
860390b3 by Antonio Rojas at 2026-05-24T10:19:02+02:00
upgpkg: 3.2.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.2.4
- pkgrel = 4
+ pkgver = 3.2.5
+ pkgrel = 1
url = https://cython.org
arch = x86_64
license = Apache-2.0
checkdepends = gdb
checkdepends = python-interpreters-pep-734
- checkdepends = python-numpy
checkdepends = python-pytest
checkdepends = python-tests
makedepends = git
@@ -16,9 +15,10 @@ pkgbase = cython
makedepends = python-wheel
depends = glibc
depends = python
+ depends = python-numpy
+ depends = python-pygments
depends = python-setuptools
- replaces = cython-dev
- source = git+https://github.com/cython/cython#tag=3.2.4
- sha256sums =
345fc5424c0ade49510997398c47f33ad3d1f349610b8a328b53795c716b3c92
+ source = git+https://github.com/cython/cython#tag=3.2.5
+ sha256sums =
9bf7360bda08f3eb179e5bcebda1225d49036c296c69b6c6ed62c7831f24bb6e
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,27 +3,27 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.2.4
-pkgrel=4
+pkgver=3.2.5
+pkgrel=1
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
license=(Apache-2.0)
depends=(glibc
python
+ python-numpy
+ python-pygments
python-setuptools)
-replaces=(cython-dev)
makedepends=(git
python-build
python-installer
python-wheel)
checkdepends=(gdb
python-interpreters-pep-734
- python-numpy
python-pytest
python-tests)
source=(git+https://github.com/cython/cython#tag=$pkgver)
-sha256sums=('345fc5424c0ade49510997398c47f33ad3d1f349610b8a328b53795c716b3c92')
+sha256sums=('9bf7360bda08f3eb179e5bcebda1225d49036c296c69b6c6ed62c7831f24bb6e')
prepare() {
cd cython
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/860390b335dc07f5e8d34698031ed21a56f7744b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/860390b335dc07f5e8d34698031ed21a56f7744b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help