From 490559d4d1f26212891aab8745d150164348920e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 22:59:25 +0300 Subject: [PATCH] cython3: ver. bump --- programming/language/python3/cython3/actions.py | 13 ++++--------- programming/language/python3/cython3/pspec.xml | 9 ++++++++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index 2992e71c9c..63b703fca0 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -10,21 +10,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): - # fix unused dependency analysis + # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") - # compress compiler warnings + # suppress compiler warnings shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") pythonmodules.compile(pyVer="3") -# it takes hours to run test, run with caution! +# Blue DeviL Note: it takes hours to run test, run with caution! #def check(): # pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #for dirs in ["Doc", "Demos", "tests"]: - # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) - - #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") \ No newline at end of file + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index e904fe02ba..22a4e143d4 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -14,7 +14,7 @@ library C extensions for the Python3 Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - https://github.com/cython/cython/archive/0.29.15.tar.gz + https://github.com/cython/cython/archive/0.29.16.tar.gz python3-setuptools python3-devel @@ -36,6 +36,13 @@ + + 2020-03-27 + 0.29.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 0.29.15