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

index 8d4d15bffbe5988e065ae13bb7213f2fa1b6f775..04414f76a9a83e8169c4d586547c6756e2950f16 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
 
index e7082619277156a8029f1b7eb7a38c487b6c578f..7d1ec3d03959886cc26f6c1ddaf01a838aa2ffc3 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