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

@@ -4,7 +4,7 @@ _realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=4.9.2
pkgrel=2
pkgrel=3
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
url="https://lxml.de/"
@@ -12,7 +12,7 @@ license=('spdx:BSD-3-Clause')
depends=("python" "libxslt" "libxml2")
makedepends=(
"gcc"
"cython"
"cython0"
"libxslt-devel"
"libxml2-devel"
"pkgconf"