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

index fc5673e058f8c0570dda32b7967afe9c3ac070bd..593b68de9de526fd58297cedabcb19be069e891a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python job scheduling for humans"
index e4799c721d68305a673ba2e2338784bc91b5548e..af3bc978351bdff867cee288e74c1e14cf06afb6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python job scheduling for humans"