diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-23 14:19:53 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-23 14:20:34 +0100 |
commit | 719bb0a8ab2710c391c3b4b22519f44b575c0a52 (patch) | |
tree | c2724eb7c1889927357ba21ce29bd3d20e6aa1c9 /sci-chemistry/openbabel | |
parent | sys-firmware/sof-firmware: drop 2.2 (diff) | |
download | gentoo-719bb0a8ab2710c391c3b4b22519f44b575c0a52.tar.gz gentoo-719bb0a8ab2710c391c3b4b22519f44b575c0a52.tar.bz2 gentoo-719bb0a8ab2710c391c3b4b22519f44b575c0a52.zip |
sci-chemistry/openbabel: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r-- | sci-chemistry/openbabel/metadata.xml | 1 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 4 | ||||
-rw-r--r-- | 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" |