commit:     a045c80bf23cd566d7167609d796b217f44c8c97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 10:56:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:16:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a045c80b

dev-python/pysnmp: Remove py2

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

 dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild | 2 +-
 dev-python/pysnmp/pysnmp-4.4.12.ebuild    | 2 +-
 dev-python/pysnmp/pysnmp-4.4.4.ebuild     | 2 +-
 dev-python/pysnmp/pysnmp-999999.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild
index cd7424ee5a9..5ab4e8304fc 100644
--- a/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild
+++ b/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python SNMP library"

diff --git a/dev-python/pysnmp/pysnmp-4.4.12.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.12.ebuild
index cd7424ee5a9..5ab4e8304fc 100644
--- a/dev-python/pysnmp/pysnmp-4.4.12.ebuild
+++ b/dev-python/pysnmp/pysnmp-4.4.12.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python SNMP library"

diff --git a/dev-python/pysnmp/pysnmp-4.4.4.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.4.ebuild
index e04e7c86601..f845099284d 100644
--- a/dev-python/pysnmp/pysnmp-4.4.4.ebuild
+++ b/dev-python/pysnmp/pysnmp-4.4.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Python SNMP library"

diff --git a/dev-python/pysnmp/pysnmp-999999.ebuild 
b/dev-python/pysnmp/pysnmp-999999.ebuild
index 3191e1376d5..92fe7946164 100644
--- a/dev-python/pysnmp/pysnmp-999999.ebuild
+++ b/dev-python/pysnmp/pysnmp-999999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Python SNMP library"

Reply via email to