48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-autocommand</Name>
|
|
<Homepage>https://github.com/Lucretiel/autocommand/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv3</License>
|
|
<IsA>app</IsA>
|
|
<Summary>A library to create a command-line program from a function</Summary>
|
|
<Description>A library to create a command-line program from a function</Description>
|
|
<Archive sha1sum="9f84aac463dbca6ec64350a218b0ae9306ee5608" type="targz">https://github.com/Lucretiel/autocommand/archive/refs/tags/2.2.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-build</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">ec6f6641.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-autocommand</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
-->
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2025-04-13</Date>
|
|
<Version>2.2.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|