commit: 765bf58ce813e84ea5362fdb9ac7e93deed137dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 09:58:46 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 10:00:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765bf58c
dev-python/gast: Bump to 0.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gast/Manifest | 1 +
dev-python/gast/gast-0.4.0.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 52ef666669b..356ccb83e1a 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1 +1,2 @@
DIST gast-0.3.3.tar.gz 13760 BLAKE2B
0298ea81d3d133f8305fc6a7cf020213a75c2dbcb09c9648e533b8c2c58cf3e3f363448f905c8295bd34db0023be6dea00de0d901bffb1d55650773f7acc0135
SHA512
36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341
+DIST gast-0.4.0.tar.gz 13804 BLAKE2B
9f614dbf5e7f635f2179481d933f9da53224e1d623548c14a0df4302e47d7c08237e46d13e73e62402bfd060ba002179c0592094f5c47612051973cafd0f3d2e
SHA512
d132884c51f7172db9b807095619b2cf3ef92acea18aa1de65f6a338b381b7d3fb3f79ff0c1f9ef9388ef885700b7e58309bd95ccebce46bd3173cc484c9c4f5
diff --git a/dev-python/gast/gast-0.4.0.ebuild
b/dev-python/gast/gast-0.4.0.ebuild
new file mode 100644
index 00000000000..90e862f43a7
--- /dev/null
+++ b/dev-python/gast/gast-0.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax
Tree (AST)"
+HOMEPAGE="https://pypi.org/project/gast/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest