diff options
author | Ming Dai <radaiming@gmail.com> | 2016-04-18 19:15:46 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-18 23:18:58 +0800 |
commit | 21d7c38207241b050919457d371dd57b0d047fce (patch) | |
tree | 62961906340c208c21f96b397a9306e6ddf675e1 /dev-python/urwid | |
parent | dev-python/urwid: Use python_is_python3 to determine current Python implement... (diff) | |
download | gentoo-21d7c38207241b050919457d371dd57b0d047fce.tar.gz gentoo-21d7c38207241b050919457d371dd57b0d047fce.tar.bz2 gentoo-21d7c38207241b050919457d371dd57b0d047fce.zip |
dev-python/urwid: eapi bump to EAPI 6
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1296
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 0fa8a9fbeb76..37385b442b62 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE="ncurses" @@ -49,7 +49,7 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( examples/. ) + use examples && dodoc -r examples use doc && local HTML_DOCS=( docs/_build/html/. ) distutils-r1_python_install_all |