From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 200C613835A for ; Mon, 21 Jun 2021 10:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C74BFE085B; Mon, 21 Jun 2021 10:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF2DFE085B for ; Mon, 21 Jun 2021 10:00:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1115733BEB8 for ; Mon, 21 Jun 2021 10:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D567B6 for ; Mon, 21 Jun 2021 10:00:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1624269626.361cb07181f761c111763f1243e4d03db9654c99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gast/metadata.xml X-VCS-Directories: dev-python/gast/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 361cb07181f761c111763f1243e4d03db9654c99 X-VCS-Branch: master Date: Mon, 21 Jun 2021 10:00:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51d39da4-e3f7-4f8b-a37f-b40c49c8e434 X-Archives-Hash: 1be38efc298d832bd9254e6e2d241dde commit: 361cb07181f761c111763f1243e4d03db9654c99 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 21 09:58:59 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 21 10:00:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361cb071 dev-python/gast: Add python@ as co-maint. Signed-off-by: Michał Górny gentoo.org> dev-python/gast/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml index 6ffee76e7ef..bae3d662081 100644 --- a/dev-python/gast/metadata.xml +++ b/dev-python/gast/metadata.xml @@ -4,6 +4,10 @@ perfinion@gentoo.org + + python@gentoo.org + Python + 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.