Files
main/programming/language/python3/python3-wtforms/pspec.xml
T
2020-05-19 01:38:21 +03:00

60 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wtforms</Name>
<Homepage>https://github.com/wtforms/wtforms</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A flexible forms validation and rendering library for Python.</Summary>
<Description>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.</Description>
<Archive sha1sum="fdc4d43d992f56e7f0d27ac50fe2def67951c4f3" type="targz">https://github.com/wtforms/wtforms/archive/2.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-Babel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wtforms</Name>
<Summary>A flexible forms validation and rendering library for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-wtforms</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-05-18</Date>
<Version>2.3.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.3.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>2.2.1</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>