Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Determine what's keeping Python 3.7 around?
Date: Sun, 06 Dec 2020 20:01:39
Message-Id: rqjdan$3rr$1@ciao.gmane.io
1 I updated one of my systems a day or two ago, and Python 3.7 went away
2 as expected. Today, I'm updating another system and it is rebuilding
3 tons of stuff to target python 3.8 instead of 3.7, but it's keeping
4 3.7 and even wants to install a _new_ package -- and build it for
5 Python 3.7:
6
7 [...]
8 [nomerge ] app-portage/gemato-16.2::gentoo USE="gpg -test -tools" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9"
9 [nomerge ] dev-python/requests-2.24.0-r1::gentoo USE="ssl -socks5 -test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9"
10 [nomerge ] dev-python/cryptography-3.2.1::gentoo [3.2::gentoo] USE="-idna -libressl -test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9"
11 [ebuild R ] dev-python/six-1.15.0-r1::gentoo USE="-doc -test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
12 [ebuild U ] dev-python/setuptools-50.3.0::gentoo [46.4.0-r3::gentoo] USE="-test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9 (-python2_7%*)" 2,119 KiB
13 [ebuild N ] dev-python/setuptools_scm-4.1.2-r1::gentoo USE="-test" PYTHON_TARGETS="python3_7 python3_8 (-pypy3) -python3_6 -python3_9" 0 KiB
14 [ebuild U ] dev-python/certifi-10001-r1::gentoo [10001::gentoo] USE="-test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9 (-python2_7%*)" 0 KiB
15 [...]
16 Total: 109 packages (12 upgrades, 1 new, 96 reinstalls), Size of downloads: 924,708 KiB
17
18 How do I figure out why setuptools_scm is being built with the Python
19 3.7 target?
20
21 There are no python targets specified in /etc/portage/*
22
23 --
24 Grant

Replies

Subject Author
Re: [gentoo-user] Determine what's keeping Python 3.7 around? Neil Bothwick <neil@××××××××××.uk>