Update cython to 3.x

Since python-yaml needs cython 0.x add a cython0 package like Arch

Rebuild everything just to be sure
This commit is contained in:
Christoph Reiter
2023-08-28 21:39:00 +02:00
parent 8e5bc8c7d7
commit 584da16df0
6 changed files with 48 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ _realname=yaml
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=6.0
pkgrel=2
pkgrel=3
pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64')
url='https://pyyaml.org/'
@@ -14,7 +14,7 @@ depends=('python' 'libyaml')
makedepends=(
'python-build'
'python-installer'
'cython'
'cython0'
'python-setuptools'
'python-wheel'
'libyaml-devel'