From 719bb0a8ab2710c391c3b4b22519f44b575c0a52 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 23 Feb 2023 14:19:53 +0100 Subject: sci-chemistry/openbabel: enable py3.11 Signed-off-by: Andrew Ammerlaan --- sci-chemistry/openbabel/metadata.xml | 1 + sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 4 ++-- sci-chemistry/openbabel/openbabel-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'sci-chemistry/openbabel') diff --git a/sci-chemistry/openbabel/metadata.xml b/sci-chemistry/openbabel/metadata.xml index f31c73d435ac..a81d304be773 100644 --- a/sci-chemistry/openbabel/metadata.xml +++ b/sci-chemistry/openbabel/metadata.xml @@ -13,6 +13,7 @@ openbabel + openbabel/openbabel Build support for IUPAC International Chemical Identifier format diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild index 1a1d0819d044..e61c03450c34 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) WX_GTK_VER=3.0-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg-utils @@ -30,7 +30,7 @@ fi SRC_URI="${SRC_URI} https://openbabel.org/docs/dev/_static/babel130.png -> ${PN}.png - http://openbabel.org/OBTitle.jpg -> ${PN}.jpg" + https://openbabel.org/OBTitle.jpg -> ${PN}.jpg" # See src/CMakeLists.txt for LIBRARY_VERSION SLOT="0/7.0.0" diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index f585e1217c68..735a5e868ea5 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) WX_GTK_VER=3.0-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg-utils @@ -30,7 +30,7 @@ fi SRC_URI="${SRC_URI} https://openbabel.org/docs/dev/_static/babel130.png -> ${PN}.png - http://openbabel.org/OBTitle.jpg -> ${PN}.jpg" + https://openbabel.org/OBTitle.jpg -> ${PN}.jpg" # See src/CMakeLists.txt for LIBRARY_VERSION SLOT="0/7.0.0" -- cgit v1.2.3-65-gdbad