diff --git a/programming/language/python/python-cffi/actions.py b/programming/language/python/python-cffi/actions.py
new file mode 100644
index 0000000000..d3b983a3b0
--- /dev/null
+++ b/programming/language/python/python-cffi/actions.py
@@ -0,0 +1,23 @@
+#!/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 direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared")
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ for dirs in ["demo"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python/python-cffi/pspec.xml b/programming/language/python/python-cffi/pspec.xml
new file mode 100644
index 0000000000..a474a55194
--- /dev/null
+++ b/programming/language/python/python-cffi/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+ python-cffi
+ https://cffi.readthedocs.io/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ 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
+
+ python-setuptools
+ python-devel
+ libffi-devel
+
+
+
+
+ python-cffi
+ Foreign Function Interface for Python calling C code
+
+ python-enum34
+ python-six
+
+
+ /usr/lib
+ /usr/share/doc/python-cffi
+
+
+
+
+
+ 2020-02-08
+ 1.14.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2020-01-23
+ 1.13.2
+ Rebuilt, clean and fix flags
+ 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/python/python-cffi/translations.xml b/programming/language/python/python-cffi/translations.xml
new file mode 100644
index 0000000000..db02a0572d
--- /dev/null
+++ b/programming/language/python/python-cffi/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-cffi
+ Python için C kodu cağıran dış fonksiyon arayüzü
+ Python için C kodu cağıran dış fonksiyon arayüzü kitaplığıdır.
+
+
\ No newline at end of file