diff --git a/programming/language/python3/python3-flask-wtf/actions.py b/programming/language/python3/python3-flask-wtf/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-flask-wtf/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-wtf/pspec.xml b/programming/language/python3/python3-flask-wtf/pspec.xml new file mode 100644 index 0000000000..7f815dde7d --- /dev/null +++ b/programming/language/python3/python3-flask-wtf/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-flask-wtf + https://github.com/lepture/flask-wtf/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + Flask-Wtf provides simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + https://github.com/lepture/flask-wtf/archive/0.14.3.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-wtf + Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + + python3-itsdangerous + python3-wtforms + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-wtf + + + + + + 2020-02-18 + 0.14.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-wtf/translations.xml b/programming/language/python3/python3-flask-wtf/translations.xml new file mode 100644 index 0000000000..c856e8030e --- /dev/null +++ b/programming/language/python3/python3-flask-wtf/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-wtf + CSRF, dosya yükleme ve ReCaptcha bütünleşmesi dahil Flask ve WTForms'u bütünleştiren python modülü. + python3-flask-wtf, CSRF, dosya yükleme ve ReCaptcha bütünlesmesi dahil Flask ve WTForms'u bütünleştiren python modülü sağlar. + + \ No newline at end of file