commit: 6b529eb622a142c575f83cadbaabc45451eb4045 Author: Marcin Wozniak <kaczor982 <AT> gmail <DOT> com> AuthorDate: Tue Dec 31 15:40:40 2019 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 13:03:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6b529eb6
dev-python/nbviewer: add PYTHON_COMPAT version 3.6 Closes: https://github.com/gentoo/sci/pull/936 Bug: https://bugs.gentoo.org/695742 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> dev-python/nbviewer/nbviewer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild index 219ae21be..aba99c514 100644 --- a/dev-python/nbviewer/nbviewer-9999.ebuild +++ b/dev-python/nbviewer/nbviewer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
