Files
2024-04-09 22:18:42 +03:00

45 lines
1.7 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-gast</Name>
<Homepage>https://github.com/serge-sans-paille/gast</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Icon>python</Icon>
<PartOf>programming.language.python3</PartOf>
<Summary>A generic AST to represent Python2 and Python3s Abstract Syntax Tree(AST).</Summary>
<Description>GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.</Description>
<Archive sha1sum="6c113cf8d33cc654d33210335103485ab41d3dbb" type="targz">https://files.pythonhosted.org/packages/e4/41/f26f62ebef1a80148e20951a6e9ef4d0ebbe2090124bc143da26e12a934c/gast-0.5.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-gast</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.*/site-packages</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-04-09</Date>
<Version>0.5.4</Version>
<Comment>First Release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>