61 lines
2.2 KiB
XML
61 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-platformdirs</Name>
|
|
<Homepage>https://pypi.org/project/platformdirs/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>app</IsA>
|
|
<Summary>A library to determine platform-specific system directories</Summary>
|
|
<Icon>python3-platformdirs</Icon>
|
|
<Description>A library to determine platform-specific system directories</Description>
|
|
<Archive sha1sum="b4b54c36dbd28ee42123187aa5212d269a7fd882" type="targz">https://github.com/tox-dev/platformdirs/archive/refs/tags/4.3.6.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-build</Dependency>
|
|
<Dependency>python3-hatchling</Dependency>
|
|
<Dependency>python3-hatch-vcs</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-platformdirs.patch</Patch>
|
|
<Patch level="1">python3-platformdirs.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-platformdirs</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<!-- <Dependency>python3-hatchling</Dependency> -->
|
|
<!-- <Dependency>python3-hatch-vcs</Dependency> -->
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2025-04-18</Date>
|
|
<Version>4.3.6</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2023-10-28</Date>
|
|
<Version>3.11.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|