mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
cython_python39: provides also without _x86
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user