From a045c80bf23cd566d7167609d796b217f44c8c97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 11:56:38 +0100 Subject: [PATCH] dev-python/pysnmp: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 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" -- 2.26.2