Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last rites: dev-python/epydoc
Date: Thu, 30 Jan 2020 08:31:36
Message-Id: f3becbe39fa8c0d56c705d80e2841842ad24d3be.camel@gentoo.org
In Reply to: Re: [gentoo-dev] Last rites: dev-python/epydoc by David Haller
1 On Thu, 2020-01-30 at 06:18 +0100, David Haller wrote:
2 > Michal, ...
3 >
4 > On Wed, 29 Jan 2020, Michal Górny wrote:
5 > > # Michal Górny <mgorny@g.o> (2020-01-29)
6 > > # Abandoned in 2009. Python 2 only. No blockers left.
7 > > # Removal in 30 days. Bug #706218.
8 > > dev-python/epydoc
9 >
10 > ... I think you're getting a liiittle bit trigger happy there ...
11 >
12 > # equery d dev-python/epydoc
13 > * These packages depend on dev-python/epydoc:
14 > sys-apps/portage-2.3.86 (python_targets_python2_7 ? >=dev-
15 > python/epydoc-2.0[python_targets_python2_7(-)?,-
16 > python_single_target_python2_7(-)])
17 >
18 > ====
19 > $ cd /usr/portage/sys-apps/portage
20 > $ grep epydoc portage-2.3.86.ebuild
21 > IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-
22 > verify selinux xattr"
23 > epydoc? (
24 > >=dev-python/epydoc-2.0[${PYTHON_USEDEP}]
25 > REQUIRED_USE="epydoc? ( $(python_gen_useflags 'python2*') )"
26 > use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
27 > use epydoc && targets+=( epydoc )
28 > use epydoc && targets+=(
29 > install_epydoc
30 > ====
31 >
32 > ... and thats the fricking bleeding edge unstable portage, mind!
33 > Stable 2.3.84-r1 looks almost identical when grepped ...
34 >
35 > BTW: has it been taken note of that (at least ESR) Mozillen like
36 > firefox still use python2.7 for quite a bit in the build process?
37 >
38 > -dnh
39 >
40
41 Portage is working on replacing their documentation with sphinx. Is a
42 missing USE="doc" breaking your system?