Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sat, 27 Jun 2020 20:34:19
Message-Id: 1593290006.0dce40c4dd9213511434729899467b190ad809ae.monsieurp@gentoo
1 commit: 0dce40c4dd9213511434729899467b190ad809ae
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 20:33:26 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:33:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dce40c4
7
8 dev-python/brython: add python3_{7,8} targets.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/brython/brython-3.7.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/brython/brython-3.7.3.ebuild b/dev-python/brython/brython-3.7.3.ebuild
17 index 715ffeb233e..ce838901b94 100644
18 --- a/dev-python/brython/brython-3.7.3.ebuild
19 +++ b/dev-python/brython/brython-3.7.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python3_6 )
25 +PYTHON_COMPAT=( python3_{7,8} )
26
27 inherit webapp python-single-r1