dev-python/husl: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 13:16:48 +0000 (15:16 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:21:58 +0000 (16:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/husl/husl-4.0.3.ebuild

index 0a13677dc6e26b083f5f5265aca7c2eda2361d4d..9ad4310765978eaea1c1837e98cb2551eae1adf7 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1