Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/modeller/
Date: Fri, 08 Apr 2022 09:54:23
Message-Id: 1649411620.fe0ba8b3124e39411eb205606951ee3199e66459.alexxy@gentoo
1 commit: fe0ba8b3124e39411eb205606951ee3199e66459
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 09:53:40 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 09:53:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0ba8b3
7
8 sci-chemistry/modeller: enable py3.10
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11
12 sci-chemistry/modeller/modeller-9.25.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild
16 index 3e44bd99585c..f791a3104661 100644
17 --- a/sci-chemistry/modeller/modeller-9.25.ebuild
18 +++ b/sci-chemistry/modeller/modeller-9.25.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 -inherit distutils-r1 multilib
31 +inherit distutils-r1
32
33 DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures"
34 HOMEPAGE="https://salilab.org/modeller/"