Files
2025-04-18 22:38:16 +03:00

50 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-ordered-set</Name>
<Homepage>https://pypi.org/project/ordered-set/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A MutableSet that remembers its order, so that every entry has an index</Summary>
<Icon>python3-ordered-set</Icon>
<Description>A MutableSet that remembers its order, so that every entry has an index</Description>
<Archive sha1sum="decc332b4a26d3e680cf1406a1eedc30a72b4e88" type="targz">https://files.pythonhosted.org/packages/4c/ca/bfac8bc689799bcca4157e0e0ced07e70ce125193fc2e166d2e685b7e2fe/ordered-set-4.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-ordered-set.patch</Patch>
<Patch level="1">python3-ordered-set.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-ordered-set</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-04-18</Date>
<Version>4.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>