dev-python/cython: version bump and cosmetic fixes. (#2485)

This commit is contained in:
netpositive36
2018-06-24 05:26:10 +02:00
committed by waddlesplash
parent 43fb542792
commit 2aa2dac17c
2 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -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