From c51c11dfbcc4359e9a6340bf0bedb2d1f0eee65c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:11:34 +0100 Subject: [PATCH] dev-python/BitVector: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/BitVector/BitVector-3.4.4.ebuild | 2 +- dev-python/BitVector/BitVector-3.4.6.ebuild | 2 +- dev-python/BitVector/BitVector-3.4.7.ebuild | 4 ++-- dev-python/BitVector/BitVector-3.4.8.ebuild | 4 ++-- 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 -- 2.26.2