diff --git a/programming/language/python/python-pynacl/actions.py b/programming/language/python/python-pynacl/actions.py
new file mode 100644
index 0000000000..9ef816a8b0
--- /dev/null
+++ b/programming/language/python/python-pynacl/actions.py
@@ -0,0 +1,16 @@
+#!/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
+
+def build():
+ # fix unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -lbz2")
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-pynacl/pspec.xml b/programming/language/python/python-pynacl/pspec.xml
new file mode 100644
index 0000000000..b5e9dbdda2
--- /dev/null
+++ b/programming/language/python/python-pynacl/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ python-pynacl
+ https://github.com/pyca/pynacl/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ programming.language.python
+ Apache
+ library
+ Python binding to the Networking and Cryptography (NaCl) library
+ python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.
+ https://github.com/pyca/pynacl/archive/1.3.0.tar.gz
+
+ python-cffi
+ python-devel
+ python-pycparser
+ python-setuptools
+
+
+
+
+ python-pynacl
+ PyNaCl module for python
+
+ python
+ python-cffi
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2019-11-25
+ 1.3.0
+ First release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-pynacl/translations.xml b/programming/language/python/python-pynacl/translations.xml
new file mode 100644
index 0000000000..33e8f5aeae
--- /dev/null
+++ b/programming/language/python/python-pynacl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-pynacl
+ Python için NaCl modülü
+ PyNaCl, ağ ve kriptografi kitaplığınından geliştirilen libsodium kitaplığının python modülüdür.
+
+
\ No newline at end of file