summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:49:10 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:42 -0600
commit634220e036249b1a936cc2d6d7165abb12b95073 (patch)
tree5492ebb277b8b3291991789af9b9d6dc3c81d343 /dev-python/nbformat
parentdev-python/numpydoc: add py37 support (diff)
downloadgentoo-634220e036249b1a936cc2d6d7165abb12b95073.tar.gz
gentoo-634220e036249b1a936cc2d6d7165abb12b95073.tar.bz2
gentoo-634220e036249b1a936cc2d6d7165abb12b95073.zip
dev-python/nbformat: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/nbformat')
-rw-r--r--dev-python/nbformat/nbformat-4.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nbformat/nbformat-4.4.0.ebuild b/dev-python/nbformat/nbformat-4.4.0.ebuild
index fa1d57d19a11..23e45e233342 100644
--- a/dev-python/nbformat/nbformat-4.4.0.ebuild
+++ b/dev-python/nbformat/nbformat-4.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1