sci-libs/Shapely: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 15:10:38 +0000 (17:10 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:46 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

sci-libs/Shapely/Shapely-1.5.17-r1.ebuild
sci-libs/Shapely/Shapely-9999.ebuild

index 49be0f83f49483a2d0c4e50affd04ce2e19867bb..9dc9f27b2a21130f00470ac8d72dad7400368992 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 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
 
index e4aff86186e35a17158e17f856e820710de51897..efa8587ea42e9bd286739171f01ce7db24edf603 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-r3