Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/
Date: Tue, 09 Jan 2018 02:01:25
Message-Id: 1515440481.aa1752fe431cec5fb03c7d1999f1324286c6d745.mgorny@gentoo
1 commit: aa1752fe431cec5fb03c7d1999f1324286c6d745
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 19:12:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 19:41:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1752fe
7
8 dev-python/pypy3-bin: Remove unused USE=doc code
9
10 dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild | 12 ++----------
11 1 file changed, 2 insertions(+), 10 deletions(-)
12
13 diff --git a/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild b/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
14 index 2365033c5b0..2457cda763f 100644
15 --- a/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
16 +++ b/dev-python/pypy3-bin/pypy3-bin-5.10.0.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 -# some random parts need python 2...
25 +# Test runner needs Python 2.
26 PYTHON_COMPAT=( python2_7 pypy )
27 inherit pax-utils python-any-r1 unpacker versionator
28
29 @@ -57,8 +57,6 @@ DEPEND="${RDEPEND}
30 app-arch/lzip
31 app-arch/xz-utils
32 test? ( ${PYTHON_DEPS} )"
33 -# doc? ( ${PYTHON_DEPS}
34 -# dev-python/sphinx )
35
36 S=${WORKDIR}/${MY_P}-src
37
38 @@ -90,11 +88,8 @@ src_compile() {
39 mv pypy/module/cpyext/include/*.h include/ || die
40 mv pypy/module/cpyext/parse/*.h include/ || die
41
42 - #use doc && emake -C pypy/doc/ html
43 pax-mark m pypy3-c libpypy3-c.so
44
45 - #use doc && emake -C pypy/doc html
46 -
47 einfo "Generating caches and CFFI modules ..."
48
49 # Generate Grammar and PatternGrammar pickles.
50 @@ -170,9 +165,6 @@ src_install() {
51 "${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
52 fi
53
54 - # Install docs
55 - #use doc && dodoc -r pypy/doc/_build/html
56 -
57 einfo "Generating caches and byte-compiling ..."
58
59 local -x PYTHON=${ED%/}${dest}/pypy3-c