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/MDAnalysis/
Date: Thu, 13 Jan 2022 16:15:10
Message-Id: 1642090500.8d0960905e8f8f0a9502131aaf78a52e80163c00.alexxy@gentoo
1 commit: 8d0960905e8f8f0a9502131aaf78a52e80163c00
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 16:15:00 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 16:15:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d096090
7
8 sci-chemistry/MDAnalysis: add py 3.10
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
17 index 0b58e90489e4..1f9c2ac3aa5e 100644
18 --- a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
19 +++ b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29
30 inherit distutils-r1