Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbviewer/
Date: Sun, 26 Jan 2020 13:25:20
Message-Id: 1580043831.6b529eb622a142c575f83cadbaabc45451eb4045.heroxbd@gentoo
1 commit: 6b529eb622a142c575f83cadbaabc45451eb4045
2 Author: Marcin Wozniak <kaczor982 <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 31 15:40:40 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 13:03:51 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6b529eb6
7
8 dev-python/nbviewer: add PYTHON_COMPAT version 3.6
9
10 Closes: https://github.com/gentoo/sci/pull/936
11 Bug: https://bugs.gentoo.org/695742
12 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
13
14 dev-python/nbviewer/nbviewer-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild
18 index 219ae21be..aba99c514 100644
19 --- a/dev-python/nbviewer/nbviewer-9999.ebuild
20 +++ b/dev-python/nbviewer/nbviewer-9999.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -PYTHON_COMPAT=( python3_{4,5} )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit distutils-r1