commit: f71ade95cf22437b3508703720f132944a1244ed Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Jun 9 06:46:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 19:54:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71ade95
sci-chemistry/openbabel: enable py3.14, drop py3.10 tests passed, included pybel (Python interface) Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42496 Closes: https://github.com/gentoo/gentoo/pull/42496 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild | 2 +- sci-chemistry/openbabel/openbabel-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild index 3cb3acafb8e9..3a58509e0637 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) WX_GTK_VER=3.2-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index 80841022a89b..40daa8ae6b4e 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) WX_GTK_VER=3.2-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg
