dev-python/plumbum: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 18:53:50 +0000 (19:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:24 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/plumbum/plumbum-1.6.4.ebuild
dev-python/plumbum/plumbum-1.6.7.ebuild
dev-python/plumbum/plumbum-1.6.8.ebuild

index cb4315b1ba220a6f478ff3ada19d2a1ac59e54cd..5c555acbc6a2aa076eb70d30a80b67f976acb08d 100644 (file)
@@ -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"
index 8315e0d456a86872d4433165ff404d6c5519cf6d..8c9190c667c7c5e73b4bb064746f1b0610fe6e9a 100644 (file)
@@ -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"
index b4e2f4a61f2d18d767bb1919cb5d5b142dd0d214..24627182d1dd9de9f769295caed21fff84197625 100644 (file)
@@ -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"