commit:     719bb0a8ab2710c391c3b4b22519f44b575c0a52
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 13:19:53 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 13:20:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719bb0a8

sci-chemistry/openbabel: enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 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(-)

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 @@
        </longdescription>
        <upstream>
                <remote-id type="sourceforge">openbabel</remote-id>
+               <remote-id type="github">openbabel/openbabel</remote-id>
        </upstream>
        <use>
                <flag name="inchi">Build support for IUPAC International 
Chemical Identifier format</flag>

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"

Reply via email to