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-pathspec</Name>
<Homepage>https://pypi.org/project/pathspec/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL2</License>
<IsA>app</IsA>
<Summary>Utility library for gitignore style pattern matching of file paths</Summary>
<Icon>python3-pathspec</Icon>
<Description>Utility library for gitignore style pattern matching of file paths</Description>
<Archive sha1sum="02dc9d29cacf84f1bb6e79dd4828dddac8324aeb" type="targz">https://files.pythonhosted.org/packages/a0/2a/bd167cdf116d4f3539caaa4c332752aac0b3a0cc0174cdb302ee68933e81/pathspec-0.11.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pathspec.patch</Patch>
<Patch level="1">python3-pathspec.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pathspec</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>2023-10-28</Date>
<Version>0.11.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>