diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:05:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:16 +0100 |
commit | 41acbca5e76c4f0b18cb553f158ca3a719cbf1a6 (patch) | |
tree | cf27a8b2ae444b2842bd7e304bbbd722e56fb387 /net-libs/stem | |
parent | net-misc/nyx: Remove py2 (diff) | |
download | gentoo-41acbca5e76c4f0b18cb553f158ca3a719cbf1a6.tar.gz gentoo-41acbca5e76c4f0b18cb553f158ca3a719cbf1a6.tar.bz2 gentoo-41acbca5e76c4f0b18cb553f158ca3a719cbf1a6.zip |
net-libs/stem: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r-- | net-libs/stem/stem-1.5.4.ebuild | 2 | ||||
-rw-r--r-- | net-libs/stem/stem-1.6.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/stem/stem-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/stem/stem-1.7.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/stem/stem-1.8.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-libs/stem/stem-1.5.4.ebuild b/net-libs/stem/stem-1.5.4.ebuild index 456f86ed3997..7511d0f5501f 100644 --- a/net-libs/stem/stem-1.5.4.ebuild +++ b/net-libs/stem/stem-1.5.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 vcs-snapshot distutils-r1 diff --git a/net-libs/stem/stem-1.6.0.ebuild b/net-libs/stem/stem-1.6.0.ebuild index 456f86ed3997..7511d0f5501f 100644 --- a/net-libs/stem/stem-1.6.0.ebuild +++ b/net-libs/stem/stem-1.6.0.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 vcs-snapshot distutils-r1 diff --git a/net-libs/stem/stem-1.7.0.ebuild b/net-libs/stem/stem-1.7.0.ebuild index 0369bc66b7b6..95d26e15939c 100644 --- a/net-libs/stem/stem-1.7.0.ebuild +++ b/net-libs/stem/stem-1.7.0.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,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) inherit vcs-snapshot distutils-r1 diff --git a/net-libs/stem/stem-1.7.1.ebuild b/net-libs/stem/stem-1.7.1.ebuild index 0369bc66b7b6..95d26e15939c 100644 --- a/net-libs/stem/stem-1.7.1.ebuild +++ b/net-libs/stem/stem-1.7.1.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,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) inherit vcs-snapshot distutils-r1 diff --git a/net-libs/stem/stem-1.8.0.ebuild b/net-libs/stem/stem-1.8.0.ebuild index 0369bc66b7b6..95d26e15939c 100644 --- a/net-libs/stem/stem-1.8.0.ebuild +++ b/net-libs/stem/stem-1.8.0.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,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) inherit vcs-snapshot distutils-r1 |