diff --git a/programming/language/python3/python3-cffi/actions.py b/programming/language/python3/python3-cffi/actions.py new file mode 100644 index 0000000000..b9ed4382ee --- /dev/null +++ b/programming/language/python3/python3-cffi/actions.py @@ -0,0 +1,27 @@ +#!/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(): + # suppress compiler warnings + pisitools.cflags.add("-Wno-deprecated-declarations") + # fix unused dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared") + pythonmodules.compile(pyVer="3") + +#def check(): +# pythonmodules.run("-m pytest c/ testing/", pyVer="3") + +def install(): + + pythonmodules.install(pyVer="3") + + for dirs in ["demo"]: + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) \ No newline at end of file diff --git a/programming/language/python3/python3-cffi/pspec.xml b/programming/language/python3/python3-cffi/pspec.xml new file mode 100644 index 0000000000..368ee35535 --- /dev/null +++ b/programming/language/python3/python3-cffi/pspec.xml @@ -0,0 +1,60 @@ + + + + + python3-cffi + https://cffi.readthedocs.io/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Foreign Function Interface for Python calling C code + Foreign Function Interface for Python calling C code + https://bitbucket.org/cffi/cffi/get/v1.14.0.tar.gz + + python3-setuptools + python3-devel + libffi-devel + + + + + python3-cffi + Foreign Function Interface for Python calling C code + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-cffi + + + + + + 2020-02-08 + 1.14.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 1.13.2 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 1.13.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-cffi/translations.xml b/programming/language/python3/python3-cffi/translations.xml new file mode 100644 index 0000000000..9236d355ee --- /dev/null +++ b/programming/language/python3/python3-cffi/translations.xml @@ -0,0 +1,8 @@ + + + + python3-cffi + Python3 için C kodu çağıran dış fonksiyon arayüzü. + python3-cffi, python3 için C kodu çağıran dış fonksiyon arayüzü sunar. + + \ No newline at end of file