diff --git a/programming/language/python3/python3-pycrypto/actions.py b/programming/language/python3/python3-pycrypto/actions.py
new file mode 100644
index 0000000000..e4768da351
--- /dev/null
+++ b/programming/language/python3/python3-pycrypto/actions.py
@@ -0,0 +1,18 @@
+#!/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 shelltools
+from pisi.actionsapi import pythonmodules
+
+def build():
+ # suppress compiler warnings
+ shelltools.export("CFLAGS", "-fno-strict-aliasing -Wno-discarded-array-qualifiers -Wno-unused-const-variable -Wno-bool-compare -Wno-tautological-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(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-pycrypto/pspec.xml b/programming/language/python3/python3-pycrypto/pspec.xml
new file mode 100644
index 0000000000..c7b9bdbe77
--- /dev/null
+++ b/programming/language/python3/python3-pycrypto/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-pycrypto
+ https://www.dlitz.net/software/pycrypto/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ PD
+ library
+ Python3 pycrypto module
+ A collection of cryptographic algorithms and protocols, implemented for use from Python2.
+ https://github.com/dlitz/pycrypto/archive/v2.7a1.tar.gz
+
+ gmp-devel
+ python3-devel
+
+
+
+
+ python3-pycrypto
+ Python3 pycrypto module
+
+ gmp
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pycrypto
+
+
+
+
+
+ 2019-11-21
+ 2.7a.1
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pycrypto/translations.xml b/programming/language/python3/python3-pycrypto/translations.xml
new file mode 100644
index 0000000000..d14a171ba1
--- /dev/null
+++ b/programming/language/python3/python3-pycrypto/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pycrypto
+ Python3 pycrypto modülü
+ python3-pycrypto, Python2 için kriptografik algoritmalar ve protokoller içeren bir kitaplıktır.
+
+
\ No newline at end of file