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

dev-python/specutils/specutils-0.2.2.ebuild

index 5e5b599b61c2d1d92b3e76ad2f2ad44472d2b171..a1e1db53d9d2288fc9b0d3e14a88773fcf4d1910 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="Python package for astronomy spectral operations"