diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py
index ad0cc2f282..4a3af08bc1 100644
--- a/programming/language/python/cython/actions.py
+++ b/programming/language/python/cython/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()
diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml
index 107ae3f1ff..3e83b6c153 100644
--- a/programming/language/python/cython/pspec.xml
+++ b/programming/language/python/cython/pspec.xml
@@ -8,13 +8,13 @@
Blue DeviL
bluedevil@sctzine.com
+ programming.language.python
Apache-2.0
- programming.language.python3
app:console
library
C extensions for the Python
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
python-setuptools
python-devel
@@ -24,6 +24,9 @@
cython
C extensions for the Python
+
+ python-setuptools
+
/usr/bin
/usr/lib/python2*
@@ -32,6 +35,13 @@
+
+ 2020-02-06
+ 0.29.15
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-12-31
0.29.14
@@ -61,4 +71,4 @@
karaguzelibrahim@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/python/cython/translations.xml b/programming/language/python/cython/translations.xml
index dd91f70d8e..0574f8b8b7 100644
--- a/programming/language/python/cython/translations.xml
+++ b/programming/language/python/cython/translations.xml
@@ -5,4 +5,4 @@
Python için C eklentileri
Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.
-
+
\ No newline at end of file