python3-flask-script:first pisi rel.

This commit is contained in:
blue-devil
2020-02-21 21:01:29 +03:00
parent 1882cff1c4
commit 080b809304
4 changed files with 123 additions and 0 deletions
@@ -0,0 +1,48 @@
<?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="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>