Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last standing Python 2.7 dependency
Date: Sun, 03 May 2020 06:58:46
Message-Id: 20200503065833.GO19193@gentoo.org
In Reply to: Re: [gentoo-dev] Last standing Python 2.7 dependency by Brian Dolbec
1 On 02-05-2020 23:24:42 -0700, Brian Dolbec wrote:
2 > On Sun, 3 May 2020 07:28:50 +0200
3 > Viktar Patotski <xp.vit.blr@×××××.com> wrote:
4 >
5 > > Hi all,
6 > >
7 > > I'd also like to clean my system and have it Python 2.7 free. Are
8 > > there any guidelines to check which packages are still using pyton2_7
9 > > in my system?
10 > >
11 > > Thanks,
12 > > Viktar
13 > >
14 >
15 > There are both equery and enalyze commands in gentoolkit that can give
16 > you reports about what pkgs are installed.
17 >
18 > equery hasuse
19 > enalyze analyze [use|pkguse]
20 >
21 > for help on them:
22 > equery -h
23 > equery hasuse -h
24 > enalyze -h
25 > enalyze a -h
26
27 In addition to these great tools, portage-utils' quse might also be
28 useful:
29
30 % quse python2_7
31 ...
32
33
34 Thanks,
35 Fabian
36
37 --
38 Fabian Groffen
39 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Last standing Python 2.7 dependency Brian Evans <grknight@g.o>