60 lines
2.3 KiB
XML
60 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-flask-security</Name>
|
|
<Homepage>https://github.com/mattupstate/flask-security</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Quick and simple security for Flask applications.</Summary>
|
|
<Description>python3-flask-security, quickly adds security features to your Flask application.</Description>
|
|
<Archive sha1sum="5666ba5a56972996fe9e69511594cff6545b9e2f" type="targz">https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>pip3</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-flask-security</Name>
|
|
<Summary>Quick and simple security for Flask applications.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-flask-principal</Dependency>
|
|
<Dependency>python3-flask-babelex</Dependency>
|
|
<Dependency>python3-flask-login</Dependency>
|
|
<Dependency>python3-flask-mail</Dependency>
|
|
<Dependency>python3-flask-wtf</Dependency>
|
|
<Dependency>python3-passlib</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-security</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-08-08</Date>
|
|
<Version>3.0.0</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-02-27</Date>
|
|
<Version>3.0.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|