diff --git a/programming/language/python3/python3-kiwisolver/actions.py b/programming/language/python3/python3-kiwisolver/actions.py
new file mode 100644
index 0000000000..72af07facc
--- /dev/null
+++ b/programming/language/python3/python3-kiwisolver/actions.py
@@ -0,0 +1,19 @@
+#!/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
+
+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 -lpthread -lbz2")
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-kiwisolver/pspec.xml b/programming/language/python3/python3-kiwisolver/pspec.xml
new file mode 100644
index 0000000000..0e9631e14a
--- /dev/null
+++ b/programming/language/python3/python3-kiwisolver/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-kiwisolver
+ https://github.com/nucleic/kiwi
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ Efficient C++ implementation of the Cassowary constraint solving algorithm.
+ Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper.
+ https://github.com/nucleic/kiwi/archive/1.1.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-kiwisolver
+ Efficient C++ implementation of the Cassowary constraint solving algorithm.
+
+ python3
+
+
+ /usr/share/doc/python3-kiwisolver
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-03-03
+ 1.1.0
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-kiwisolver/translations.xml b/programming/language/python3/python3-kiwisolver/translations.xml
new file mode 100644
index 0000000000..49390d0001
--- /dev/null
+++ b/programming/language/python3/python3-kiwisolver/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-kiwisolver
+ Python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı.
+ python3-kiwisolver, python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı sunar.
+
+
\ No newline at end of file