From 07b97c792d2248438762b27fad64ad40c7542c2e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 21 Feb 2020 20:57:13 +0300 Subject: [PATCH] python3-wtforms:first pisi rel. --- .../python3/python3-wtforms/actions.py | 15 ++++++ .../python3/python3-wtforms/pspec.xml | 46 +++++++++++++++++++ .../python3/python3-wtforms/translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python3/python3-wtforms/actions.py create mode 100644 programming/language/python3/python3-wtforms/pspec.xml create mode 100644 programming/language/python3/python3-wtforms/translations.xml diff --git a/programming/language/python3/python3-wtforms/actions.py b/programming/language/python3/python3-wtforms/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-wtforms/actions.py @@ -0,0 +1,15 @@ +#!/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") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-wtforms/pspec.xml b/programming/language/python3/python3-wtforms/pspec.xml new file mode 100644 index 0000000000..c97e67a1b6 --- /dev/null +++ b/programming/language/python3/python3-wtforms/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-wtforms + https://github.com/wtforms/wtforms + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + A flexible forms validation and rendering library for Python. + WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose. + https://github.com/wtforms/wtforms/archive/2.2.1.tar.gz + + python3-setuptools + python3-Babel + python3-devel + + + + + python3-wtforms + A flexible forms validation and rendering library for Python. + + python3-MarkupSafe + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-wtforms + + + + + + 2020-02-18 + 2.2.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-wtforms/translations.xml b/programming/language/python3/python3-wtforms/translations.xml new file mode 100644 index 0000000000..cccfd293bc --- /dev/null +++ b/programming/language/python3/python3-wtforms/translations.xml @@ -0,0 +1,8 @@ + + + + python3-wtforms + Esnek bir form değerlendirme ve render kitaplığı. + python3-wtforms, python icin esnek bir form değerlendirme ve render kitaplığı sağlar. + + \ No newline at end of file