This package still uses the legacy eclass code paths. These paths are deprecated and pose a significant maintenance cost. Please update the package to use PEP517 build mode. For more information, please see the Python Guide, particularly; https://projects.gentoo.org/python/guide/migration.html#migrating-to-pep-517-builds
[Adding this comment en-masse, sorry for the noise, but it's important.) 1. Please take particular care to check file diffs before/after, possibly using `iwdevtools`. Keep a particular eye out for e.g. config files now missing from /etc and instead being in /usr/lib/python*/site-packages, etc. 2. Please make sure to do the migration in a new revision in ~arch, partly because of 1.
Final ping. Please note that we will not hesitate to last rite low profile packages over this.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff36ef3ef05c13a7154527b843b1164d3d269bd commit 0ff36ef3ef05c13a7154527b843b1164d3d269bd Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2024-03-08 04:05:30 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2024-03-08 04:06:42 +0000 app-emulation/glean: switch to pep517 Closes: https://bugs.gentoo.org/909875 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> app-emulation/glean/glean-1.23.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee7d6499a7839dc541c02d472d3417fb46dfd2f commit 6ee7d6499a7839dc541c02d472d3417fb46dfd2f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-12 04:12:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-12 05:15:31 +0000 app-emulation/glean: revbump for PEP517 change diff is OK: ``` * CMP: =app-emulation/glean-1.23.0 with app-emulation/glean-1.23.0/image * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/PKG-INFO * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/SOURCES.txt * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/dependency_links.txt * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/entry_points.txt * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/not-zip-safe * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/pbr.json * FILES:-usr/lib/python3.10/site-packages/glean-*-py3.10.egg-info/top_level.txt * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/AUTHORS * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/METADATA * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/RECORD * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/WHEEL * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/entry_points.txt * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/pbr.json * FILES:+usr/lib/python3.10/site-packages/glean-*.dist-info/top_level.txt * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/PKG-INFO * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/SOURCES.txt * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/dependency_links.txt * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/entry_points.txt * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/not-zip-safe * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/pbr.json * FILES:-usr/lib/python3.11/site-packages/glean-*-py3.11.egg-info/top_level.txt * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/AUTHORS * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/METADATA * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/RECORD * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/WHEEL * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/entry_points.txt * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/pbr.json * FILES:+usr/lib/python3.11/site-packages/glean-*.dist-info/top_level.txt * ------> FILES(+14,-14) ``` Bug: https://bugs.gentoo.org/909875 Fixes: 0ff36ef3ef05c13a7154527b843b1164d3d269bd Signed-off-by: Sam James <sam@gentoo.org> app-emulation/glean/{glean-1.23.0.ebuild => glean-1.23.0-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-)