summaryrefslogtreecommitdiff
path: root/dev-python/gast/metadata.xml
blob: e77ea5db09a778f14cc1b872063f03992ced210e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>