mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/pypy3: Remove commented out USE=doc logic
Remove the USE=doc logic since it was never fixed, and it was recently removed from dev-python/pypy.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -45,7 +45,6 @@ DEPEND="${RDEPEND}
|
||||
)
|
||||
)
|
||||
)"
|
||||
# doc? ( dev-python/sphinx )
|
||||
|
||||
S="${WORKDIR}/${MY_P}-src"
|
||||
|
||||
@@ -152,8 +151,6 @@ src_compile() {
|
||||
cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die
|
||||
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.
|
||||
@@ -230,9 +227,6 @@ src_install() {
|
||||
"${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
|
||||
fi
|
||||
|
||||
# Install docs
|
||||
#use doc && dohtml -r pypy/doc/_build/html/
|
||||
|
||||
einfo "Generating caches and byte-compiling ..."
|
||||
|
||||
local -x PYTHON=${ED%/}${dest}/pypy3-c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -46,7 +46,6 @@ DEPEND="${RDEPEND}
|
||||
)
|
||||
)
|
||||
)"
|
||||
# doc? ( dev-python/sphinx )
|
||||
|
||||
# Who would care about predictable directory names?
|
||||
S="${WORKDIR}/pypy3-v${PV%_*}-src"
|
||||
@@ -179,8 +178,6 @@ src_compile() {
|
||||
cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die
|
||||
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.
|
||||
@@ -258,9 +255,6 @@ src_install() {
|
||||
"${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
|
||||
fi
|
||||
|
||||
# Install docs
|
||||
#use doc && dohtml -r pypy/doc/_build/html/
|
||||
|
||||
einfo "Generating caches and byte-compiling ..."
|
||||
|
||||
local -x PYTHON=${ED%/}${dest}/pypy3-c
|
||||
|
||||
Reference in New Issue
Block a user