52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python-docopt</Name>
|
||
<Homepage>https://github.com/docopt/docopt</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MIT</License>
|
||
<IsA>app:gui</IsA>
|
||
<Summary>Pythonic argument parser, that will make you smile</Summary>
|
||
<Description>docopt creates beautiful command-line interfaces</Description>
|
||
<Archive sha1sum="a6912677473444b6e1cce0492d56c6133b263554" type="targz">https://github.com/docopt/docopt/archive/refs/tags/0.6.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python-docopt</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="data">/usr/lib/python3*</Path>
|
||
<Path fileType="localedata">/usr/share/locale</Path>
|
||
<Path fileType="doc">/usr/share/doc/python-docopt</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2021-10-28</Date>
|
||
<Version>0.6.2</Version>
|
||
<Comment>Rebuild</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2021-09-25</Date>
|
||
<Version>0.6.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|