dev-python/spectral-cube: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:52:19 +0000 (19:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:09:20 +0000 (20:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/spectral-cube/spectral-cube-0.4.0.ebuild

index a3c130ebbf28de03ffc3c777a6bcf9f524c8d25c..0b0359cc65db2de2a3ba216ec46e6f6631e21e19 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=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Manipulate astronomical data cubes with Python"