diff --git a/programming/language/python/python-bcrypt/actions.py b/programming/language/python/python-bcrypt/actions.py
new file mode 100644
index 0000000000..6203998305
--- /dev/null
+++ b/programming/language/python/python-bcrypt/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-pointer-sign -Wno-attributes -Wno-format-truncation")
+ # 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-bcrypt/pspec.xml b/programming/language/python/python-bcrypt/pspec.xml
new file mode 100644
index 0000000000..8dec256f95
--- /dev/null
+++ b/programming/language/python/python-bcrypt/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ python-bcrypt
+ https://github.com/pyca/bcrypt
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ Apache
+ library
+ Modern(-ish) password hashing for your software and your servers
+ python-bcrypt is a good password hashing for your software and your servers
+ https://github.com/pyca/bcrypt/archive/3.1.7.tar.gz
+
+ python-setuptools
+ python-devel
+
+
+
+
+ python-bcrypt
+ Modern(-ish) password hashing for your software and your servers
+
+ python-cffi
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-bcrypt
+
+
+
+
+
+ 2019-12-13
+ 3.1.7
+ Rebuilt and split packages
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-11-07
+ 3.1.7
+ First pisi release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-bcrypt/translations.xml b/programming/language/python/python-bcrypt/translations.xml
new file mode 100644
index 0000000000..7495b92b54
--- /dev/null
+++ b/programming/language/python/python-bcrypt/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-bcrypt
+ Yazılımlarınız ve sunucularınız için bir parola hashi üreten python modülüdür.
+ python-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir.
+
+
\ No newline at end of file