mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
cython_python3, fix build (#3658)
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-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
|
||||
|
||||
Reference in New Issue
Block a user