diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 11:08:27 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 11:09:02 +0100 |
commit | e0157f6f68726348c983f26fc15520f8c887d869 (patch) | |
tree | 79f160b4ed73c45a6133f7e149b182e347c5739f /sci-chemistry | |
parent | sci-chemistry/openbabel: Bump openbabel-3.1.1_p20210225 (diff) | |
download | gentoo-e0157f6f68726348c983f26fc15520f8c887d869.tar.gz gentoo-e0157f6f68726348c983f26fc15520f8c887d869.tar.bz2 gentoo-e0157f6f68726348c983f26fc15520f8c887d869.zip |
sci-chemistry/openbabel: bump EAPI=8, add python310
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild index 0ae9671774ae..67ac61c1741b 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WX_GTK_VER=3.0-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg-utils diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index 8f231a4565a2..baf793cb651c 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WX_GTK_VER=3.0-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg-utils |