diff --git a/dev-python/cython/cython_python39-0.29.21.recipe b/dev-python/cython/cython_python39-0.29.21.recipe index 0049e6bfd..3e5c0622b 100644 --- a/dev-python/cython/cython_python39-0.29.21.recipe +++ b/dev-python/cython/cython_python39-0.29.21.recipe @@ -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