dev-python/astroplan: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:23 +0000 (17:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:23 +0000 (17:11 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/astroplan/astroplan-0.2.1.ebuild
dev-python/astroplan/astroplan-0.2.ebuild

index e1435494bb957f5a4d2b300c61324760daa015ea..577a87d14064dbd5ad9b3d19c86417dc9347bbf0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1 virtualx xdg-utils
 
index 831a8badcc650216bab85f7b030cc6459cfab1be..5659914af9d0f4c114b99c0aac0565dc1172dceb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1 virtualx xdg-utils