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
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e7862f53b40db436fd69cc56e24641a079dbf0 commit 05e7862f53b40db436fd69cc56e24641a079dbf0 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-07-08 14:43:07 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-07-08 14:43:07 +0000 dev-python/minikanren: PEP517, py3.12 Closes: https://bugs.gentoo.org/909922 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/minikanren/Manifest | 1 + dev-python/minikanren/minikanren-1.0.3-r1.ebuild | 35 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+)
[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.