From 6cff866f98a9ebb0d9f5158bd12c0d047d71b057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 12 Oct 2021 12:55:16 +0200 Subject: [PATCH] cython_python3: provides also without _x86 --- dev-python/cython/cython_python3-0.29.21.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/cython/cython_python3-0.29.21.recipe b/dev-python/cython/cython_python3-0.29.21.recipe index 597dbf20a..57ab8b713 100644 --- a/dev-python/cython/cython_python3-0.29.21.recipe +++ b/dev-python/cython/cython_python3-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" @@ -23,6 +23,11 @@ PROVIDES=" cmd:cythonize3$secondaryArchSuffix cmd:cythonize3.7$secondaryArchSuffix " +if [ "$targetArchitecture" = "x86_gcc2" ]; then + PROVIDES+=" + cython_python3 = $portVersion + " +fi REQUIRES=" haiku$secondaryArchSuffix cmd:python3