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/gromacs/
Date: Mon, 04 Jul 2022 13:36:21
Message-Id: 1656941763.b47979be6c8ef73c512a4976b3f3167a39d0d954.alexxy@gentoo
1 commit: b47979be6c8ef73c512a4976b3f3167a39d0d954
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 13:36:03 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 13:36:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47979be
7
8 sci-chemistry/gromacs: eneble py3.11
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11
12 sci-chemistry/gromacs/gromacs-2020.4-r1.ebuild | 2 +-
13 sci-chemistry/gromacs/gromacs-2020.7.ebuild | 2 +-
14 sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild | 2 +-
15 sci-chemistry/gromacs/gromacs-2021.5.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-chemistry/gromacs/gromacs-2020.4-r1.ebuild b/sci-chemistry/gromacs/gromacs-2020.4-r1.ebuild
19 index 3d38fc4523bb..178926f0014d 100644
20 --- a/sci-chemistry/gromacs/gromacs-2020.4-r1.ebuild
21 +++ b/sci-chemistry/gromacs/gromacs-2020.4-r1.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 CMAKE_MAKEFILE_GENERATOR="ninja"
25
26 -PYTHON_COMPAT=( python3_{8,9} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28
29 DISTUTILS_USE_SETUPTOOLS=no
30 DISTUTILS_SINGLE_IMPL=1
31
32 diff --git a/sci-chemistry/gromacs/gromacs-2020.7.ebuild b/sci-chemistry/gromacs/gromacs-2020.7.ebuild
33 index 2e38306eb66f..de3335b0e75c 100644
34 --- a/sci-chemistry/gromacs/gromacs-2020.7.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-2020.7.ebuild
36 @@ -5,7 +5,7 @@ EAPI=8
37
38 CMAKE_MAKEFILE_GENERATOR="ninja"
39
40 -PYTHON_COMPAT=( python3_{8..10} )
41 +PYTHON_COMPAT=( python3_{8..11} )
42
43 DISTUTILS_USE_SETUPTOOLS=no
44 DISTUTILS_SINGLE_IMPL=1
45
46 diff --git a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
47 index 1ea7d0f255b7..68d9a92c288d 100644
48 --- a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
49 +++ b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
50 @@ -5,7 +5,7 @@ EAPI=8
51
52 CMAKE_MAKEFILE_GENERATOR="ninja"
53
54 -PYTHON_COMPAT=( python3_{8,9} )
55 +PYTHON_COMPAT=( python3_{8..11} )
56
57 DISTUTILS_USE_SETUPTOOLS=no
58 DISTUTILS_SINGLE_IMPL=1
59
60 diff --git a/sci-chemistry/gromacs/gromacs-2021.5.ebuild b/sci-chemistry/gromacs/gromacs-2021.5.ebuild
61 index b797cea596be..2f7f4f77115a 100644
62 --- a/sci-chemistry/gromacs/gromacs-2021.5.ebuild
63 +++ b/sci-chemistry/gromacs/gromacs-2021.5.ebuild
64 @@ -5,7 +5,7 @@ EAPI=8
65
66 CMAKE_MAKEFILE_GENERATOR="ninja"
67
68 -PYTHON_COMPAT=( python3_{8..10} )
69 +PYTHON_COMPAT=( python3_{8..11} )
70
71 DISTUTILS_USE_SETUPTOOLS=no
72 DISTUTILS_SINGLE_IMPL=1