summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 22:21:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 00:07:21 -0500
commit7cca4e483d0bcc8ce16f731910200e3ab013deef (patch)
tree89e0b4f965a4e0ce1be57482925f74a1a3a38383 /dev-python/pytest-localserver
parentdev-python/cookies: add py37 support (diff)
downloadgentoo-7cca4e483d0bcc8ce16f731910200e3ab013deef.tar.gz
gentoo-7cca4e483d0bcc8ce16f731910200e3ab013deef.tar.bz2
gentoo-7cca4e483d0bcc8ce16f731910200e3ab013deef.zip
dev-python/pytest-localserver: 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/pytest-localserver')
-rw-r--r--dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild6
1 files changed, 3 insertions, 3 deletions
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