diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 11:56:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:16:00 +0100 |
commit | a045c80bf23cd566d7167609d796b217f44c8c97 (patch) | |
tree | eafc831b08c1091a40ff0f8f985f49c83347c218 /dev-python/pysnmp | |
parent | dev-python/redis-py: Remove py2 (diff) | |
download | gentoo-a045c80bf23cd566d7167609d796b217f44c8c97.tar.gz gentoo-a045c80bf23cd566d7167609d796b217f44c8c97.tar.bz2 gentoo-a045c80bf23cd566d7167609d796b217f44c8c97.zip |
dev-python/pysnmp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysnmp')
-rw-r--r-- | dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysnmp/pysnmp-4.4.12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysnmp/pysnmp-4.4.4.ebuild | 2 | ||||
-rw-r--r-- | 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" |