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

index bc07d51f002f6e3eb47f982f0a6d024ebc92b24f..dfd7f2ba05fef3db256e1d33523d2102eeb15f31 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index 26c4e9f49995ac31474e0480e515b89acb054a5b..061965a986c46d197a5892e391bf7d68a73e4d72 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1