dev-python/gevent: add python3_6 support

very soon after 1.2.1 was released the specifier was added, we are safe adding
it before pypi defines it for 1.2.1.  The only commit that changed anything
was a 127.0.0.1 -> localhost change in testing.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Matthew Thode
2017-05-10 11:29:21 -05:00
parent e9f533c808
commit ef479fc990

View File

@@ -4,7 +4,7 @@
EAPI=6
# http://www.gevent.org/whatsnew_1_1.html#broader-platform-support
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
PYTHON_REQ_USE="ssl(+),threads(+)"
inherit distutils-r1 flag-o-matic