commit:     2a31e4e043c6e803301ba853f4c348e35698050b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 18:53:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 19:12:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a31e4e0

dev-python/plumbum: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/plumbum/plumbum-1.6.4.ebuild | 2 +-
 dev-python/plumbum/plumbum-1.6.7.ebuild | 2 +-
 dev-python/plumbum/plumbum-1.6.8.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/plumbum/plumbum-1.6.4.ebuild 
b/dev-python/plumbum/plumbum-1.6.4.ebuild
index cb4315b1ba2..5c555acbc6a 100644
--- a/dev-python/plumbum/plumbum-1.6.4.ebuild
+++ b/dev-python/plumbum/plumbum-1.6.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A library for shell script-like programs in python"

diff --git a/dev-python/plumbum/plumbum-1.6.7.ebuild 
b/dev-python/plumbum/plumbum-1.6.7.ebuild
index 8315e0d456a..8c9190c667c 100644
--- a/dev-python/plumbum/plumbum-1.6.7.ebuild
+++ b/dev-python/plumbum/plumbum-1.6.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="A library for shell script-like programs in python"

diff --git a/dev-python/plumbum/plumbum-1.6.8.ebuild 
b/dev-python/plumbum/plumbum-1.6.8.ebuild
index b4e2f4a61f2..24627182d1d 100644
--- a/dev-python/plumbum/plumbum-1.6.8.ebuild
+++ b/dev-python/plumbum/plumbum-1.6.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="A library for shell script-like programs in python"

Reply via email to