diff --git a/dev-python/cython/cython_python-0.27.3.recipe b/dev-python/cython/cython_python-0.28.2.recipe similarity index 87% rename from dev-python/cython/cython_python-0.27.3.recipe rename to dev-python/cython/cython_python-0.28.2.recipe index 062fa7141..49967f936 100644 --- a/dev-python/cython/cython_python-0.27.3.recipe +++ b/dev-python/cython/cython_python-0.28.2.recipe @@ -3,12 +3,12 @@ DESCRIPTION="Cython is an optimising static compiler for both the Python \ programming language and the extended Cython programming language (based on \ Pyrex). It makes writing C extensions for Python as easy as Python itself." HOMEPAGE="http://cython.org/" -COPYRIGHT="2007-2017 Stefan Behnel, Robert Bradshaw, et al." +COPYRIGHT="2007-2018 Stefan Behnel, Robert Bradshaw, et al." LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/cython/cython/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="648feb8a257574a3e4ef854475e7d767732ef26e870d2f9fcc1ca5b244b3ac89" - +CHECKSUM_SHA256="d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a" +SOURCE_FILENAME="cython-$portVersion.tar.gz" SOURCE_DIR="cython-$portVersion" ARCHITECTURES="?x86_gcc2 x86 x86_64" @@ -26,6 +26,7 @@ REQUIRES=" REPLACES=" python_cython " + BUILD_REQUIRES=" haiku_devel setuptools_python diff --git a/dev-python/cython/cython_python3-0.27.3.recipe b/dev-python/cython/cython_python3-0.28.2.recipe similarity index 88% rename from dev-python/cython/cython_python3-0.27.3.recipe rename to dev-python/cython/cython_python3-0.28.2.recipe index 88e0ee47c..cfdabedd7 100644 --- a/dev-python/cython/cython_python3-0.27.3.recipe +++ b/dev-python/cython/cython_python3-0.28.2.recipe @@ -3,12 +3,12 @@ DESCRIPTION="Cython is an optimising static compiler for both the Python \ programming language and the extended Cython programming language (based on \ Pyrex). It makes writing C extensions for Python as easy as Python itself." HOMEPAGE="http://cython.org/" -COPYRIGHT="2007-2017 Stefan Behnel, Robert Bradshaw, et al." +COPYRIGHT="2007-2018 Stefan Behnel, Robert Bradshaw, et al." LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/cython/cython/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="648feb8a257574a3e4ef854475e7d767732ef26e870d2f9fcc1ca5b244b3ac89" - +CHECKSUM_SHA256="d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a" +SOURCE_FILENAME="cython-$portVersion.tar.gz" SOURCE_DIR="cython-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -27,6 +27,7 @@ REQUIRES=" REPLACES=" python3_cython " + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel setuptools_python3