commit: 9d89f7fcb84c89b49af4aa5d0ef6ca3c54112148
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 14:26:34 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 15:10:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d89f7fc
dev-python/websocket-client: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/websocket-client/websocket-client-0.57.0.ebuild | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index cddf08f9b26..490708f1f97 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
inherit distutils-r1
@@ -16,16 +16,11 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
-IUSE="examples test"
-
-RESTRICT="!test? ( test )"
+IUSE="examples"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
-DEPEND="
- test? ( ${RDEPEND} )
-"
S="${WORKDIR}/${MY_PN}-${PV}"