python3-flask-wtf:first pisi rel.

This commit is contained in:
blue-devil
2020-02-21 20:59:35 +03:00
parent 07b97c792d
commit 1882cff1c4
3 changed files with 68 additions and 0 deletions
@@ -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")
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-wtf</Name>
<Homepage>https://github.com/lepture/flask-wtf/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Summary>
<Description>Flask-Wtf provides simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Description>
<Archive sha1sum="66a1ad5f5605aa7658cca4052f72a0285e5cfb06" type="targz">https://github.com/lepture/flask-wtf/archive/0.14.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-wtf</Name>
<Summary>Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Summary>
<RuntimeDependencies>
<Dependency>python3-itsdangerous</Dependency>
<Dependency>python3-wtforms</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-wtf</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.14.3</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-flask-wtf</Name>
<Summary xml:lang="tr">CSRF, dosya yükleme ve ReCaptcha bütünleşmesi dahil Flask ve WTForms'u bütünleştiren python modülü.</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>