diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index cca20b40e6..2992e71c9c 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + # fix unused 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 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") @@ -25,4 +27,4 @@ def install(): #for dirs in ["Doc", "Demos", "tests"]: # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) - #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") + #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index 4e77506e29..e904fe02ba 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -8,13 +8,13 @@ Blue DeviL bluedevil@sctzine.com - Apache-2.0 programming.language.python3 + Apache-2.0 app:console 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.14.tar.gz + https://github.com/cython/cython/archive/0.29.15.tar.gz python3-setuptools python3-devel @@ -25,6 +25,7 @@ cython3 C extensions for the Python3 + python3-setuptools python3 @@ -35,6 +36,13 @@ + + 2020-02-06 + 0.29.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-10 0.29.14 @@ -71,4 +79,4 @@ karaguzelibrahim@gmail.com - + \ No newline at end of file