Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710774 - Missing python versions in ebuilds
Summary: Missing python versions in ebuilds
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-25 12:03 UTC by Luke A. Guest
Modified: 2020-02-25 13:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke A. Guest 2020-02-25 12:03:30 UTC
Not all packages which have PYTHON_COMPAT strings set to 3 cover all python3 versions available, i.e. 3.7, 3.8. Found so far:

* media-libs/pyliblo - why is this not dev-python/pyliblo ?
* dev-python/pyalsa
* media-gfx/img2pdf
* net-misc/dropbox-cli


Reproducible: Always

Steps to Reproduce:
1. Remove Python 3.6 from list of python targets
2. rebuild world

Actual Results:  
Cannot merge due to missing deps.

Expected Results:  
Build
Comment 1 Andreas Sturmlechner gentoo-dev 2020-02-25 12:08:31 UTC
Yes. It is up to the maintainer to test and add these python versions to the compat string.
Comment 2 Ben Kohler gentoo-dev 2020-02-25 12:47:01 UTC
These are all current packages which don't have 3.7+ support yet in unstable:
https://qa-reports.gentoo.org/output/gpyutils/36-to-37.txt

And here is the list where unstable has support but stabilization is needed for 3.7+:
https://qa-reports.gentoo.org/output/gpyutils/36-to-37-stablereq.txt

I really don't think we need this bug report, this is being worked on.  If you have tested a particular package on 3.7/3.8 and it works, you can open a bug for that specific package.
Comment 3 Andreas Sturmlechner gentoo-dev 2020-02-25 13:17:47 UTC
Indeed we don't need this bug report.