diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py new file mode 100644 index 0000000000..cca20b40e6 --- /dev/null +++ b/programming/language/python3/cython3/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def build(): + 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") + 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! +#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*") diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml new file mode 100644 index 0000000000..4e77506e29 --- /dev/null +++ b/programming/language/python3/cython3/pspec.xml @@ -0,0 +1,74 @@ + + + + + cython3 + https://cython.org/ + + Blue DeviL + bluedevil@sctzine.com + + Apache-2.0 + programming.language.python3 + 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 + + python3-setuptools + python3-devel + + + + + cython3 + C extensions for the Python3 + + python3 + + + /usr/bin + /usr/lib/python3* + /usr/share/doc/cython3 + + + + + + 2019-12-10 + 0.29.14 + Rebuilt w/ py3.8. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-10 + 0.29.14 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-11 + 0.29.14 + rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-11 + 0.29.14 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.24 + First release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/programming/language/python3/cython3/translations.xml b/programming/language/python3/cython3/translations.xml new file mode 100644 index 0000000000..120ab0acc9 --- /dev/null +++ b/programming/language/python3/cython3/translations.xml @@ -0,0 +1,8 @@ + + + + cython3 + Python3 için C eklentileri + Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir. + + \ No newline at end of file