From: Michał Górny Date: Mon, 10 Feb 2020 10:56:38 +0000 (+0100) Subject: dev-python/pysnmp: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a045c80bf23cd566d7167609d796b217f44c8c97;p=gentoo.git dev-python/pysnmp: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild b/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild index cd7424ee5a99..5ab4e8304fc1 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 cd7424ee5a99..5ab4e8304fc1 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 e04e7c866010..f845099284d2 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 3191e1376d52..92fe79461644 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"