diff --git a/programming/language/python/python-cryptography/actions.py b/programming/language/python/python-cryptography/actions.py
new file mode 100644
index 0000000000..ff5dd1ed5c
--- /dev/null
+++ b/programming/language/python/python-cryptography/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-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare")
+ # fix unused direct dependency analysis
+ 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")
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ for dirs in ["vectors"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python/python-cryptography/pspec.xml b/programming/language/python/python-cryptography/pspec.xml
new file mode 100644
index 0000000000..0fc0b5d3a9
--- /dev/null
+++ b/programming/language/python/python-cryptography/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python-cryptography
+ https://cryptography.io/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ Apache
+ library
+ Cryptographic recipes for Python
+ A package designed to expose cryptographic recipes and primitives to Python developers
+ https://github.com/pyca/cryptography/archive/2.8.tar.gz
+
+ python-setuptools
+ python-devel
+ openssl-devel
+
+
+
+
+ python-cryptography
+ Cryptographic recipes for Python
+
+ python-cffi
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-cryptography
+
+
+
+
+ 2019-11-06
+ 2.8
+ First pisi release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-cryptography/translations.xml b/programming/language/python/python-cryptography/translations.xml
new file mode 100644
index 0000000000..ffaee2337f
--- /dev/null
+++ b/programming/language/python/python-cryptography/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-cryptography
+ Python için kriptografik tarifler
+ python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir.
+
+
\ No newline at end of file