Bump revisions for x86_64 rebuild after time_t change.

* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
This commit is contained in:
Jerome Duval
2017-06-26 20:25:31 +02:00
parent 7e74ec7398
commit fc0936b040
614 changed files with 764 additions and 631 deletions

View File

@@ -5,7 +5,7 @@ Pyrex). It makes writing C extensions for Python as easy as Python itself."
HOMEPAGE="http://cython.org/"
COPYRIGHT="2007-2016 Stefan Behnel, Robert Bradshaw, et al."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz"
CHECKSUM_SHA256="f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306"
SOURCE_DIR="Cython-$portVersion"
@@ -47,7 +47,7 @@ INSTALL()
mkdir -p $installLocation
$portPackageLinksDir/cmd~python2/bin/python2 setup.py install \
--prefix=$prefix --skip-build
--root=/ --prefix=$prefix --skip-build
for file in cygdb cython cythonize; \
do mv $binDir/$file $binDir/${file}2 ; \