Summary: | dev-python/pip-24.3.1 - ImportError: cannot import name ios_platforms from packaging.tags (/.../tags.py). Did you mean: mac_platforms? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-python:pip-24.3.1:20241109-171221.log emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 908335 [details]
emerge-info.txt
Created attachment 908336 [details]
dev-python:pip-24.3.1:20241109-171221.log
Created attachment 908337 [details]
emerge-history.txt.xz
Created attachment 908338 [details]
environment
Created attachment 908339 [details]
etc.clang.tar.xz
Created attachment 908340 [details]
etc.portage.tar.xz
Created attachment 908341 [details]
logs.tar.xz
Created attachment 908342 [details]
qlist-info.txt.xz
Created attachment 908343 [details]
temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fb1617bbead3a20fbea645e7647ec9982cd38d commit 26fb1617bbead3a20fbea645e7647ec9982cd38d Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-11-10 02:58:54 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-11-10 03:02:55 +0000 dev-python/pip: fix minimum bounds for packaging dep We were waiting on an update to packaging before bumping pip (as it imports new API from packaging 24.2), but having gotten that update we didn't actually depend on it. This causes pip to fail to build, as packaging is used at build time in order to create shell completions (and obviously for testing as well) and nothing requires packaging to update at all, let alone requires it to come first in the build queue. Closes: https://bugs.gentoo.org/943156 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-python/pip/{pip-24.3.1-r1.ebuild => pip-24.3.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |