diff --git a/programming/language/python3/python3-bcrypt/actions.py b/programming/language/python3/python3-bcrypt/actions.py new file mode 100644 index 0000000000..16eb7dfec0 --- /dev/null +++ b/programming/language/python3/python3-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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-bcrypt/pspec.xml b/programming/language/python3/python3-bcrypt/pspec.xml new file mode 100644 index 0000000000..42ed6fa406 --- /dev/null +++ b/programming/language/python3/python3-bcrypt/pspec.xml @@ -0,0 +1,52 @@ + + + + + python3-bcrypt + https://github.com/pyca/bcrypt + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + 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 + + python3-setuptools + python3-devel + + + + + python3-bcrypt + Modern(-ish) password hashing for your software and your servers + + python3-cffi + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-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/python3/python3-bcrypt/translations.xml b/programming/language/python3/python3-bcrypt/translations.xml new file mode 100644 index 0000000000..1e5ee5d944 --- /dev/null +++ b/programming/language/python3/python3-bcrypt/translations.xml @@ -0,0 +1,8 @@ + + + + python3-bcrypt + Yazılımlarınız ve sunucularınız için bir parola hashi üreten python3 modülüdür. + python3-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir. + + \ No newline at end of file