From 2a31e4e043c6e803301ba853f4c348e35698050b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 19:53:50 +0100 Subject: [PATCH] dev-python/plumbum: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 cb4315b1ba22..5c555acbc6a2 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 8315e0d456a8..8c9190c667c7 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 b4e2f4a61f2d..24627182d1dd 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" -- 2.26.2