diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:37:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:52 +0100 |
commit | 2e8771adad7a0aebb5692eacdbd66cf9a2c87c33 (patch) | |
tree | 737f395c6e7c15e56fd0a70fc45ba682b4d3a476 /dev-python/pyroute2 | |
parent | dev-python/prettytable: Remove Python 2 support (diff) | |
download | gentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.tar.gz gentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.tar.bz2 gentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.zip |
dev-python/pyroute2: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.4.12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.4.21.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.5.5.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild index e307960832b0..f9693f0ed719 100644 --- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild +++ b/dev-python/pyroute2/pyroute2-0.4.12.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/pyroute2/pyroute2-0.4.21.ebuild b/dev-python/pyroute2/pyroute2-0.4.21.ebuild index e307960832b0..f9693f0ed719 100644 --- a/dev-python/pyroute2/pyroute2-0.4.21.ebuild +++ b/dev-python/pyroute2/pyroute2-0.4.21.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild b/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild index b0e25cdd1db1..440e626dfa33 100644 --- a/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 diff --git a/dev-python/pyroute2/pyroute2-0.5.5.ebuild b/dev-python/pyroute2/pyroute2-0.5.5.ebuild index fed1c7956919..4612ac6789f8 100644 --- a/dev-python/pyroute2/pyroute2-0.5.5.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 |