From 428df618ffd0ef65f0fdd650f79fc01bc48d98c0 Mon Sep 17 00:00:00 2001 From: Oleksandr Trotsenko Date: Fri, 20 Jul 2018 07:36:53 -0500 Subject: [PATCH] dev-python/h11: Introducing support for Python3.7 Dropping support for pypy because tests fail on it. All Python target USE flags confirmed to pass tests Closes: https://bugs.gentoo.org/661638 Package-Manager: Portage-2.3.43, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9295 Closes: https://bugs.gentoo.org/661638 --- dev-python/h11/h11-0.7.0.ebuild | 2 +- dev-python/h11/h11-0.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/h11/h11-0.7.0.ebuild b/dev-python/h11/h11-0.7.0.ebuild index 6c6a5b9ba4ec4..cffbe228322f4 100644 --- a/dev-python/h11/h11-0.7.0.ebuild +++ b/dev-python/h11/h11-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 diff --git a/dev-python/h11/h11-0.8.1.ebuild b/dev-python/h11/h11-0.8.1.ebuild index 42f5ff8794e17..e3c685dbd663e 100644 --- a/dev-python/h11/h11-0.8.1.ebuild +++ b/dev-python/h11/h11-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1