diff options
Diffstat (limited to 'dev-python/gast')
| -rw-r--r-- | dev-python/gast/metadata.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml index 6ffee76e7ef4..179fe1cd3a05 100644 --- a/dev-python/gast/metadata.xml +++ b/dev-python/gast/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>perfinion@gentoo.org</email> - </maintainer> - <longdescription lang="en"> + <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> -</pkgmetadata> + <upstream> + <remote-id type="pypi">gast</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
