diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 13:51:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 14:43:42 -0500 |
commit | 2304592cef413c3e494c47a4ba2ac4ce5e3f574f (patch) | |
tree | 2254ea033b3ae31f83286da71534b33f648c789c /dev-python | |
parent | dev-python/pyroute2: 0.5.5 bump (diff) | |
download | gentoo-2304592cef413c3e494c47a4ba2ac4ce5e3f574f.tar.gz gentoo-2304592cef413c3e494c47a4ba2ac4ce5e3f574f.tar.bz2 gentoo-2304592cef413c3e494c47a4ba2ac4ce5e3f574f.zip |
dev-python/gevent-websocket: 0.10.1 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild index f05ca86ad512..720881e6c896 100644 --- a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild +++ b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |