python-Cython: revbump for python 3.9.3.
This fixes an issue where running python3 setup.py [other targets] cython segfaults on i686. This was observed only after the python 3.9.3 update, though it isn't clear what mismatch caused it (therefore the related issue won't be closed yet). Log for build failure (python3-pygame package): https://build.voidlinux.org/builders/i686_builder/builds/31607/steps/shell_3/logs/stdio Related issue: #30008
This commit is contained in:
parent
cc4c429496
commit
639192d8a5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-Cython'
|
# Template file for 'python-Cython'
|
||||||
pkgname=python-Cython
|
pkgname=python-Cython
|
||||||
version=0.29.22
|
version=0.29.22
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Cython-${version}"
|
wrksrc="Cython-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue