Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1306
Signed-off-by: Ian Delaney <idella4@gentoo.org>
# 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(+)"
}
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
}