summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Dai <radaiming@gmail.com>2016-04-19 21:51:06 +0800
committerIan Delaney <idella4@gentoo.org>2016-04-20 01:09:32 +0800
commit39c7b5ccf2c2bca919553e08b7d68a858fde6439 (patch)
treebb68180f067d656c1991861b89d0961b2c3246a3 /dev-python/nose/nose-1.3.7-r1.ebuild
parentapp-text/cherrytree: reset configure phase from previous edit (diff)
downloadgentoo-39c7b5ccf2c2bca919553e08b7d68a858fde6439.tar.gz
gentoo-39c7b5ccf2c2bca919553e08b7d68a858fde6439.tar.bz2
gentoo-39c7b5ccf2c2bca919553e08b7d68a858fde6439.zip
dev-python/nose: Bump v. 1.3.7-r1 to EAPI 6
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1306 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/nose/nose-1.3.7-r1.ebuild')
-rw-r--r--dev-python/nose/nose-1.3.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild
index 4ef52e3ab072..8d5d9035bbfd 100644
--- a/dev-python/nose/nose-1.3.7-r1.ebuild
+++ b/dev-python/nose/nose-1.3.7-r1.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} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
@@ -82,7 +82,7 @@ python_install() {
}
python_install_all() {
- use examples && local EXAMPLES=( examples/. )
+ use examples && dodoc -r examples
use doc && HTML_DOCS=( doc/.build/html/. )
distutils-r1_python_install_all
}