summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-05-10 11:29:21 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-05-10 11:40:31 -0500
commitef479fc9908351860b07477b0eab11775dc5d276 (patch)
tree786bdf9bbbbd75e1f53f29a1aa817d9de4de52e5 /dev-python/gevent
parentgnome-extra/gnome-builder: bump to 3.24.2 (diff)
downloadgentoo-ef479fc9908351860b07477b0eab11775dc5d276.tar.gz
gentoo-ef479fc9908351860b07477b0eab11775dc5d276.tar.bz2
gentoo-ef479fc9908351860b07477b0eab11775dc5d276.zip
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
Diffstat (limited to 'dev-python/gevent')
-rw-r--r--dev-python/gevent/gevent-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gevent/gevent-1.2.1.ebuild b/dev-python/gevent/gevent-1.2.1.ebuild
index ad2bcd596bc9..6fe7f83bb2bc 100644
--- a/dev-python/gevent/gevent-1.2.1.ebuild
+++ b/dev-python/gevent/gevent-1.2.1.ebuild
@@ -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