56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-flask-script</Name>
|
|
<Homepage>https://github.com/smurfix/flask-script</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>BSD</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Flask extension to help writing external scripts for Flask applications.</Summary>
|
|
<Description>A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands.</Description>
|
|
<Archive sha1sum="4c08d0e213bffc9574c975b943d872197bb56d83" type="targz">https://github.com/smurfix/flask-script/archive/v2.0.6.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">Usingflask_scriptEverywhereInsteadOfflask.ext.script.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-flask-script</Name>
|
|
<Summary>Flask extension to help writing external scripts for Flask applications.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-flask</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-flask-script</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-08-08</Date>
|
|
<Version>2.0.6</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-02-18</Date>
|
|
<Version>2.0.6</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|