commit: aa1752fe431cec5fb03c7d1999f1324286c6d745
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 19:12:51 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 19:41:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1752fe
dev-python/pypy3-bin: Remove unused USE=doc code
dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
b/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
index 2365033c5b0..2457cda763f 100644
--- a/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-# some random parts need python 2...
+# Test runner needs Python 2.
PYTHON_COMPAT=( python2_7 pypy )
inherit pax-utils python-any-r1 unpacker versionator
@@ -57,8 +57,6 @@ DEPEND="${RDEPEND}
app-arch/lzip
app-arch/xz-utils
test? ( ${PYTHON_DEPS} )"
-# doc? ( ${PYTHON_DEPS}
-# dev-python/sphinx )
S=${WORKDIR}/${MY_P}-src
@@ -90,11 +88,8 @@ src_compile() {
mv pypy/module/cpyext/include/*.h include/ || die
mv pypy/module/cpyext/parse/*.h include/ || die
- #use doc && emake -C pypy/doc/ html
pax-mark m pypy3-c libpypy3-c.so
- #use doc && emake -C pypy/doc html
-
einfo "Generating caches and CFFI modules ..."
# Generate Grammar and PatternGrammar pickles.
@@ -170,9 +165,6 @@ src_install() {
"${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
fi
- # Install docs
- #use doc && dodoc -r pypy/doc/_build/html
-
einfo "Generating caches and byte-compiling ..."
local -x PYTHON=${ED%/}${dest}/pypy3-c