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
This commit is contained in:
Oleksandr Trotsenko
2018-07-20 07:36:53 -05:00
committed by Tony Vroon
parent a5312c646c
commit 428df618ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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