summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-12 05:12:58 -0700
committerZac Medico <zmedico@gentoo.org>2017-03-12 05:31:19 -0700
commiteabee8b1946169b7f4924b1501b686b03889bfa6 (patch)
treed8605e1f72a64825ffc463f8abb78476e9c60950 /dev-python/nbsphinx
parentdev-python/nbconvert: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-eabee8b1946169b7f4924b1501b686b03889bfa6.tar.gz
gentoo-eabee8b1946169b7f4924b1501b686b03889bfa6.tar.bz2
gentoo-eabee8b1946169b7f4924b1501b686b03889bfa6.zip
dev-python/nbsphinx: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/nbsphinx')
-rw-r--r--dev-python/nbsphinx/nbsphinx-0.2.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
index 849dbfe84e9a..cfe08807d5da 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1