dev-python/Numdifftools: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:59:29 +0000 (21:59 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:26 +0000 (22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/Numdifftools/Numdifftools-0.9.17.ebuild

index 829d15faa62e175b12050bd319c69d3f60b4ec06..07963064c4e8cb7e145b483534e849a1d551cd15 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 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