cython_python39: provides also without _x86

This commit is contained in:
Jérôme Duval
2021-10-12 13:01:07 +02:00
committed by GitHub
parent 2ed043f9b8
commit eb64275b59

View File

@@ -5,7 +5,7 @@ Pyrex). It makes writing C extensions for Python as easy as Python itself."
HOMEPAGE="https://cython.org/"
COPYRIGHT="2007-2020 Stefan Behnel, Robert Bradshaw, et al."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/cython/cython/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079"
SOURCE_FILENAME="cython-$portVersion.tar.gz"
@@ -20,6 +20,11 @@ PROVIDES="
cmd:cython3.9$secondaryArchSuffix
cmd:cythonize3.9$secondaryArchSuffix
"
if [ "$targetArchitecture" = "x86_gcc2" ]; then
PROVIDES+="
cython_python39 = $portVersion
"
fi
REQUIRES="
haiku$secondaryArchSuffix
cmd:python3.9