View previous topic :: View next topic |
Author |
Message |
ritzmax72 Tux's lil' helper
Joined: 10 Aug 2014 Posts: 114
|
Posted: Fri Jul 07, 2023 6:43 pm Post subject: python_targets_python3_9 removed? |
|
|
Some packages runs only with python3_9 but their ebuild does not have python_targets_python3_9 anymore.
What's the philosophy here?
To completely remove older package variants? |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9323
|
Posted: Fri Jul 07, 2023 6:45 pm Post subject: |
|
|
Examples? bugs? |
|
Back to top |
|
|
ritzmax72 Tux's lil' helper
Joined: 10 Aug 2014 Posts: 114
|
Posted: Fri Jul 07, 2023 6:58 pm Post subject: |
|
|
asturm wrote: | Examples? bugs? |
Well, yt-dlp on certain websites.
But does gentoo (and other linux) really remove older packages from repos? |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9323
|
Posted: Fri Jul 07, 2023 7:01 pm Post subject: |
|
|
Every day. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20567
|
Posted: Fri Jul 07, 2023 7:13 pm Post subject: |
|
|
ritzmax72 wrote: | asturm wrote: | Examples? bugs? |
Well, yt-dlp on certain websites.
But does gentoo (and other linux) really remove older packages from repos? | yt-dlp errors claiming that for a website, python 3.9 is required? Can you post the output (exclude references to the site if need be)? I'm just really curious to see the error. Does yt-dlp upstream claim that 3.9 is required? If not, that seems like a bug for them. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31408 Location: here
|
Posted: Sat Jul 08, 2023 9:50 am Post subject: |
|
|
ritzmax72 wrote: | [But does gentoo (and other linux) really remove older packages from repos? |
If a package is no longer supported upstream, I don't see why it should remain in the tree (a few exceptions may happen but should not be the rule). _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Ionen Developer
Joined: 06 Dec 2018 Posts: 2889
|
Posted: Sat Jul 08, 2023 11:56 am Post subject: |
|
|
yt-dlp works just fine with 3_10 and 3_11, not currently aware of any usage that'd require 3_9 with it. Albeit some scarcely used and/or badly tested extractors having a bad case of python bitrot sound plausible, should check with upstream if so.
We're not talking original youtube-dl, right? Despite upstream being active again, it's focusing on old pythons and even trying to keep 2.7 support among other quirks like (still) not making releases with the 2021 one being very broken.
Edit: If you really need 3.9 for whatever reason, the interpreter itself is still available in ::gentoo and you can use it with python venvs. |
|
Back to top |
|
|
|