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

index 8f85d924ef27268caaa200b88567a987602e453a..f53a637e18b4c00dc7ec846a6953baa90349af8a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index b677ad23df67dbe45346815c0c6f213dc4fc7d22..95c109997320bc13e8a9dd0ca3b398f61c91db1a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 7d2d6cb3cf1619dc1e573f32c832d32bb9fd545a..82076ad876f59138cf76d4666f28cd70635d51a1 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # 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
 
index 4286029d351f8752632905e4d6c5b16097cde810..77538f7460ded9f33d278b4e0ec5280570fc09d6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # 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