diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 19:53:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:12:24 +0100 |
commit | 2a31e4e043c6e803301ba853f4c348e35698050b (patch) | |
tree | 1b1085f5c2461e3b6c1afd09aee414dde9ba0c7d /dev-python/plumbum | |
parent | dev-python/pluginbase: Remove py2 (diff) | |
download | gentoo-2a31e4e043c6e803301ba853f4c348e35698050b.tar.gz gentoo-2a31e4e043c6e803301ba853f4c348e35698050b.tar.bz2 gentoo-2a31e4e043c6e803301ba853f4c348e35698050b.zip |
dev-python/plumbum: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.7.ebuild | 2 | ||||
-rw-r--r-- | 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" |