diff --git a/programming/language/python3/python3-flask-principal/actions.py b/programming/language/python3/python3-flask-principal/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-flask-principal/actions.py @@ -0,0 +1,13 @@ +#!/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 + +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-principal/pspec.xml b/programming/language/python3/python3-flask-principal/pspec.xml new file mode 100644 index 0000000000..af09f1ff33 --- /dev/null +++ b/programming/language/python3/python3-flask-principal/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-flask-principal + https://github.com/mattupstate/flask-principal + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Identity management for Flask applications. + python3-flask-principal provides identity management for Flask applications. + https://github.com/mattupstate/flask-principal/archive/0.4.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-principal + Identity management for Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-principal + + + + + + 2020-02-18 + 0.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-principal/translations.xml b/programming/language/python3/python3-flask-principal/translations.xml new file mode 100644 index 0000000000..42fc6e014a --- /dev/null +++ b/programming/language/python3/python3-flask-principal/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-principal + Flask uygulamaları için kimlik yönetim sistemi. + python3-flask-principal, flask uygulamalarınız için kimlik yönetim sistemi sağlar. + + \ No newline at end of file