diff options
author | Ming Dai <radaiming@gmail.com> | 2016-04-17 22:51:44 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-18 11:25:17 +0800 |
commit | 0f2116c673c47f98aaa6c7bb20f71d2bd816f20d (patch) | |
tree | cdfceb3b5ebf42cdb39014b012f0290a28381f91 /dev-python/urwid | |
parent | app-admin/cli53: bump to 0.7.4 and add a live ebuild (diff) | |
download | gentoo-0f2116c673c47f98aaa6c7bb20f71d2bd816f20d.tar.gz gentoo-0f2116c673c47f98aaa6c7bb20f71d2bd816f20d.tar.bz2 gentoo-0f2116c673c47f98aaa6c7bb20f71d2bd816f20d.zip |
dev-python/urwid: add Python 3.5 support
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1291
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/urwid-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 9c50621984a0..892d50866db2 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |