Files
2025-01-06 13:06:41 +03:00

50 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-versioneer</Name>
<Homepage>https://github.com/python-versioneer/python-versioneer/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app</IsA>
<Summary>A tool for managing a recorded version number in setuptools-based python projects</Summary>
<Description>A tool for managing a recorded version number in setuptools-based python projects</Description>
<Archive sha1sum="b8c61ac4976be2bb00a636bcae2d75228c7be1fc" type="targz">https://github.com/python-versioneer/python-versioneer/archive/refs/tags/0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-versioneer.patch</Patch>
<Patch level="1">python3-versioneer.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-versioneer</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="1">
<Date>2024-12-06</Date>
<Version>0.29</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>