63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-tomli</Name>
|
|
<Homepage>https://pypi.org/project/tomli/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>app</IsA>
|
|
<Summary>A lil' TOML parser</Summary>
|
|
<Description>A lil' TOML parser</Description>
|
|
<Archive sha1sum="234c9caf7ba15e7892a0ae3ed1f0381d9fb5e61c" type="targz">https://github.com/hukkin/tomli/archive/refs/tags/2.0.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>pip3</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-build</Dependency>
|
|
<Dependency>python3-flit-core</Dependency>
|
|
<Dependency>python3-wheel</Dependency>
|
|
<Dependency>python3-tomli</Dependency>
|
|
<Dependency>python3-pyparsing</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-tomli.patch</Patch>
|
|
<Patch level="1">python3-tomli.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-tomli</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2023-10-16</Date>
|
|
<Version>2.0.1</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2022-06-25</Date>
|
|
<Version>2.0.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|