Files
main/programming/language/python3/python3-pyparsing/pspec.xml
T
2020-01-09 22:12:37 +00:00

45 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-pyparsing</Name>
<Homepage>https://github.com/pyparsing/pyparsing/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Python3 parsing module</Summary>
<Description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.</Description>
<Archive sha1sum="4a7ff3a0a81e02a8cfd61072dfd2624d0be27b3a" type="targz">https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyparsing</Name>
<Summary>Python3 parsing module</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyparsing</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-30</Date>
<Version>2.4.6</Version>
<Comment>First Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>