summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:34 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:34 +0100
commitc51c11dfbcc4359e9a6340bf0bedb2d1f0eee65c (patch)
tree0a6210edac489642df7fc8ab2002b95dbafc4387 /dev-python/BitVector
parentdev-python/biplist: Remove Py2 (diff)
downloadgentoo-c51c11dfbcc4359e9a6340bf0bedb2d1f0eee65c.tar.gz
gentoo-c51c11dfbcc4359e9a6340bf0bedb2d1f0eee65c.tar.bz2
gentoo-c51c11dfbcc4359e9a6340bf0bedb2d1f0eee65c.zip
dev-python/BitVector: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r--dev-python/BitVector/BitVector-3.4.4.ebuild2
-rw-r--r--dev-python/BitVector/BitVector-3.4.6.ebuild2
-rw-r--r--dev-python/BitVector/BitVector-3.4.7.ebuild4
-rw-r--r--dev-python/BitVector/BitVector-3.4.8.ebuild4
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/BitVector/BitVector-3.4.4.ebuild b/dev-python/BitVector/BitVector-3.4.4.ebuild
index 8f85d924ef27..f53a637e18b4 100644
--- a/dev-python/BitVector/BitVector-3.4.4.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
inherit distutils-r1
diff --git a/dev-python/BitVector/BitVector-3.4.6.ebuild b/dev-python/BitVector/BitVector-3.4.6.ebuild
index b677ad23df67..95c109997320 100644
--- a/dev-python/BitVector/BitVector-3.4.6.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
inherit distutils-r1
diff --git a/dev-python/BitVector/BitVector-3.4.7.ebuild b/dev-python/BitVector/BitVector-3.4.7.ebuild
index 7d2d6cb3cf16..82076ad876f5 100644
--- a/dev-python/BitVector/BitVector-3.4.7.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.7.ebuild
@@ -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
diff --git a/dev-python/BitVector/BitVector-3.4.8.ebuild b/dev-python/BitVector/BitVector-3.4.8.ebuild
index 4286029d351f..77538f7460de 100644
--- a/dev-python/BitVector/BitVector-3.4.8.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.8.ebuild
@@ -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