Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] Last rites: dev-python/epydoc "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>
Re: [gentoo-dev] Last rites: dev-python/epydoc David Seifert <soap@g.o>