From d1efbaab3b444657149036c46f7fdf5667ab8706 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 25 Feb 2019 17:14:12 +0100 Subject: [PATCH] cython_python3, fix build (#3658) --- dev-python/cython/cython_python3-0.28.2.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/cython/cython_python3-0.28.2.recipe b/dev-python/cython/cython_python3-0.28.2.recipe index 19fbdd392..ab7a63eda 100644 --- a/dev-python/cython/cython_python3-0.28.2.recipe +++ b/dev-python/cython/cython_python3-0.28.2.recipe @@ -5,7 +5,7 @@ Pyrex). It makes writing C extensions for Python as easy as Python itself." HOMEPAGE="https://cython.org/" COPYRIGHT="2007-2018 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="d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a" SOURCE_FILENAME="cython-$portVersion.tar.gz" @@ -19,7 +19,7 @@ PROVIDES=" cmd:cygdb3$secondaryArchSuffix cmd:cython3$secondaryArchSuffix cmd:cythonize3$secondaryArchSuffix -" + " REQUIRES=" haiku$secondaryArchSuffix cmd:python3 @@ -36,7 +36,7 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:python3 -" + " BUILD() { @@ -54,6 +54,7 @@ INSTALL() $portPackageLinksDir/cmd~python3/bin/python3 setup.py install \ --prefix=$prefix --skip-build + mkdir -p $binDir for file in cygdb cython cythonize; \ do mv $prefix/bin/$file $binDir/${file}3 ; \ done