aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Wozniak <kaczor982@gmail.com>2019-12-31 16:45:43 +0100
committerBenda Xu <heroxbd@gentoo.org>2020-01-26 21:02:08 +0800
commitf49fc1aadcda9163fb57a95716d22f0fdf7d6558 (patch)
treeaceb4d7f20e9b5a9b71fdb667e93161496276749 /dev-python
parentdev-python/PeakUtils: drop old and bump to 1.3.3. (diff)
downloadsci-f49fc1aadcda9163fb57a95716d22f0fdf7d6558.tar.gz
sci-f49fc1aadcda9163fb57a95716d22f0fdf7d6558.tar.bz2
sci-f49fc1aadcda9163fb57a95716d22f0fdf7d6558.zip
dev-python/nbdime: add PYTHON_COMPAT version 3.6.
Drop older ones. Closes: https://github.com/gentoo/sci/pull/936 Bug: https://bugs.gentoo.org/695742 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nbdime/nbdime-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbdime/nbdime-9999.ebuild b/dev-python/nbdime/nbdime-9999.ebuild
index 29ba0908f..65e00672d 100644
--- a/dev-python/nbdime/nbdime-9999.ebuild
+++ b/dev-python/nbdime/nbdime-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3