Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/
Date: Fri, 28 Sep 2018 10:24:14
Message-Id: 1538130234.758fa359bcbbf4d7ed73e326bfdff8c16ca5b999.perfinion@gentoo
1 commit: 758fa359bcbbf4d7ed73e326bfdff8c16ca5b999
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 10:21:17 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 10:23:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758fa359
7
8 dev-python/gast: add python3_5 compat
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-python/gast/gast-0.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/gast/gast-0.2.0.ebuild b/dev-python/gast/gast-0.2.0.ebuild
16 index 9965a03d1bf..5c7599fd30d 100644
17 --- a/dev-python/gast/gast-0.2.0.ebuild
18 +++ b/dev-python/gast/gast-0.2.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
25 inherit distutils-r1
26
27 DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"