summaryrefslogtreecommitdiff
path: root/dev-python/gast/metadata.xml
blob: 179fe1cd3a0553dc741c3979c0a7f6c805645831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>perfinion@gentoo.org</email>
 </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>
 <upstream>
  <remote-id type="pypi">gast</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>