From: Matthew Thode Date: Wed, 10 Apr 2019 03:21:44 +0000 (-0500) Subject: dev-python/pytest-localserver: add py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7cca4e483d0bcc8ce16f731910200e3ab013deef;p=gentoo.git dev-python/pytest-localserver: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild index 4b309c164f99..0a637ab7d925 100644 --- a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild +++ b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild @@ -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