mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user