dev-python/gevent-websocket: 0.10.1 add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 18:51:04 +0000 (13:51 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 19:43:42 +0000 (14:43 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild

index f05ca86ad512c3c8d79c9e736b1c150d4510be54..720881e6c896171b1698544776ee7e7ddb489f94 100644 (file)
@@ -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