diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:55:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:17 +0100 |
commit | deea4d4a09e07d58e2e4d0c79d96bcfcf5bf75ed (patch) | |
tree | d165afacd61c0bccefc396dddf1019450b0c21a9 /dev-python/websocket-client | |
parent | dev-python/webassets: Remove py2 (diff) | |
download | gentoo-deea4d4a09e07d58e2e4d0c79d96bcfcf5bf75ed.tar.gz gentoo-deea4d4a09e07d58e2e4d0c79d96bcfcf5bf75ed.tar.bz2 gentoo-deea4d4a09e07d58e2e4d0c79d96bcfcf5bf75ed.zip |
dev-python/websocket-client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/websocket-client')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild b/dev-python/websocket-client/websocket-client-0.37.0.ebuild index b0dcf3913af4..889f4ce28421 100644 --- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild b/dev-python/websocket-client/websocket-client-0.40.0.ebuild index 0bb02c9ef2fd..29e8e7ae2067 100644 --- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.40.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild b/dev-python/websocket-client/websocket-client-0.47.0.ebuild index e3c1a864e645..2d5f427ae989 100644 --- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild b/dev-python/websocket-client/websocket-client-0.48.0.ebuild index 75cdcb3f9c87..e8f296182411 100644 --- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |