dev-python/pytest-localserver: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 03:21:44 +0000 (22:21 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:07:21 +0000 (00:07 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild

index 4b309c164f99281786f3765b1343a96306ddbcb4..0a637ab7d9251f96dffb0c6ea2acbf65309e39b0 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6,3_7} pypy)
 
 inherit distutils-r1