summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-08-13 10:43:19 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-08-13 10:45:13 +0200
commitc7aa8566cc384cf99571ddfd18472491c0e1c08d (patch)
treeb807baf5c943d62b327add0579c87051763b114b /dev-python
parentapp-text/mandoc: Removed old. (diff)
downloadgentoo-c7aa8566cc384cf99571ddfd18472491c0e1c08d.tar.gz
gentoo-c7aa8566cc384cf99571ddfd18472491c0e1c08d.tar.bz2
gentoo-c7aa8566cc384cf99571ddfd18472491c0e1c08d.zip
dev-python/websocket-client: add Python 3.7 support, sort KEYWORDS
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/websocket-client/websocket-client-0.48.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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 a82bb5438c35..a84b01c6c100 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=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x64-macos ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
IUSE="examples test"
RDEPEND="