Files
main/programming/language/python3/python3-flask/pspec.xml
T
2021-06-29 14:44:33 +03:00

65 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask</Name>
<Homepage>https://palletsprojects.com/p/flask/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>The Python micro framework for building web applications.</Summary>
<Description>Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.</Description>
<Archive sha1sum="414dae02d4a77e24b10676dc5220dab80494d7c2" type="targz">https://github.com/pallets/flask/archive/1.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask</Name>
<Summary>The Python micro framework for building web applications.</Summary>
<RuntimeDependencies>
<Dependency>python3-itsdangerous</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-werkzeug</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-click</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-flask</Path>
<Path fileType="executable">/usr/bin/flask</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-29</Date>
<Version>1.1.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-04-07</Date>
<Version>1.1.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-14</Date>
<Version>1.1.1</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>