mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
dev-python/cython: version bump and cosmetic fixes. (#2485)
This commit is contained in:
committed by
waddlesplash
parent
43fb542792
commit
2aa2dac17c
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user