Files
main/programming/language/python3/python3-lark/pspec.xml
T
2022-12-03 20:47:03 +03:00

50 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-lark</Name>
<Homepage>https://pypi.org/project/lark/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Lark is a modern general-purpose parsing library for Python.</Summary>
<Icon>python3-lark</Icon>
<Description>Lark is a modern general-purpose parsing library for Python.</Description>
<Archive sha1sum="acdc616342b0c42d8e7bb311b06b3f75f8228d79" type="targz">https://files.pythonhosted.org/packages/1d/08/eb2590d4f824b5a947d866c603799fa70278f1372cbf8d15b7b4823dfb2b/lark-1.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-lark.patch</Patch>
<Patch level="1">python3-lark.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-lark</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="1">
<Date>2022-12-03</Date>
<Version>1.1.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>