47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?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> |