diff --git a/programming/language/python3/python3-flask-security/actions.py b/programming/language/python3/python3-flask-security/actions.py new file mode 100644 index 0000000000..ffcfb09fac --- /dev/null +++ b/programming/language/python3/python3-flask-security/actions.py @@ -0,0 +1,14 @@ +#!/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 pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-flask-security/pspec.xml b/programming/language/python3/python3-flask-security/pspec.xml new file mode 100644 index 0000000000..0364fe20c7 --- /dev/null +++ b/programming/language/python3/python3-flask-security/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-flask-security + https://github.com/mattupstate/flask-security + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Quick and simple security for Flask applications. + python3-flask-security, quickly adds security features to your Flask application. + https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-security + Quick and simple security for Flask applications. + + python3-flask-principal + python3-flask-babelex + python3-flask-login + python3-flask-mail + python3-flask-wtf + python3-passlib + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-security + + + + + + 2020-02-27 + 3.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-security/translations.xml b/programming/language/python3/python3-flask-security/translations.xml new file mode 100644 index 0000000000..2731c39c62 --- /dev/null +++ b/programming/language/python3/python3-flask-security/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-security + Flask uygulamalarınız için hızlı ve basit güvenlik. + python3-flask-security, flask uygulamalarınız için hızlı ve basit güvenlik bir şekilde güvenlik sunar. + + \ No newline at end of file