Files
main/programming/language/python3/python3-hatchling/pspec.xml
T
2025-04-18 22:38:16 +03:00

75 lines
2.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-hatchling</Name>
<Homepage>https://pypi.org/project/hatchling/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A modern project, package, and virtual env manager (backend)</Summary>
<Icon>python3-hatchling</Icon>
<Description>A modern project, package, and virtual env manager (backend)</Description>
<Archive sha1sum="bdbb83847ae42d07ffcfef33202e9ceb2e10848f" type="targz">https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.27.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-pathspec</Dependency>
<Dependency>python3-trove-classifiers</Dependency>
<Dependency>python3-editables</Dependency>
<Dependency>python3-packaging</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-hatchling.patch</Patch>
<Patch level="1">python3-hatchling.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-hatchling</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-pathspec</Dependency>
<Dependency>python3-trove-classifiers</Dependency>
<Dependency>python3-editables</Dependency>
<Dependency>python3-packaging</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="3">
<Date>2025-04-13</Date>
<Version>1.27.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-10-13</Date>
<Version>1.25.0</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>1.18.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>