This package does not support Python 3.12. Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html. Please check the information provided in the tracker. Ask in #gentoo-python on IRC if need any help.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f2c621136bfc67183c410a60713763fd0f7bdf commit c5f2c621136bfc67183c410a60713763fd0f7bdf Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-05-18 09:20:51 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-05-18 09:23:04 +0000 sci-chemistry/chemex: add 2024.02.16 Closes: https://bugs.gentoo.org/929756 Signed-off-by: Pacho Ramos <pacho@gentoo.org> sci-chemistry/chemex/Manifest | 1 + sci-chemistry/chemex/chemex-2024.02.16.ebuild | 45 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea87da8046a907eff46319d0efc343c997df0bbe commit ea87da8046a907eff46319d0efc343c997df0bbe Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-06-26 17:15:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-27 02:57:33 +0000 sci-chemistry/chemex: fix mysterious overdependency on tomli In upstream version 2024.02.09 some "refactoring" was done: https://github.com/gbouvignies/ChemEx/commit/97d6896836e4d5c23e0eff7b1dc1646e3f69ac9e It dropped support for python 3.10 and required the stdlib tomllib rather than trying tomli. And sure enough, when 2024.02.16 was added to ::gentoo, it excluded 3.10 support for this exact reason. But it didn't state why, and it didn't remove the out of date tomli dependency. Remove it now. Bug: https://bugs.gentoo.org/929756 Fixes: c5f2c621136bfc67183c410a60713763fd0f7bdf Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> .../chemex/{chemex-2024.05.2.ebuild => chemex-2024.05.2-r1.ebuild} | 1 - .../chemex/{chemex-2024.05.3.ebuild => chemex-2024.05.3-r1.ebuild} | 1 - 2 files changed, 2 deletions(-)