diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-21 11:58:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-21 12:00:26 +0200 |
commit | 361cb07181f761c111763f1243e4d03db9654c99 (patch) | |
tree | 3affe84db844d1b522e421105f9878495ca780c4 /dev-python/gast | |
parent | dev-python/gast: Bump to 0.4.0 (diff) | |
download | gentoo-361cb07181f761c111763f1243e4d03db9654c99.tar.gz gentoo-361cb07181f761c111763f1243e4d03db9654c99.tar.bz2 gentoo-361cb07181f761c111763f1243e4d03db9654c99.zip |
dev-python/gast: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r-- | dev-python/gast/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml index 6ffee76e7ef4..bae3d6620812 100644 --- a/dev-python/gast/metadata.xml +++ b/dev-python/gast/metadata.xml @@ -4,6 +4,10 @@ <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. |