mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
21 lines
739 B
XML
21 lines
739 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>perfinion@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).
|
|
GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">serge-sans-paille/gast</remote-id>
|
|
<remote-id type="pypi">gast</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|