Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
Date: Thu, 19 May 2022 00:15:10
Message-Id: 1652919226.d319d641b8f4b90b02375e6d968f139b5d58443e.mjo@gentoo
1 commit: d319d641b8f4b90b02375e6d968f139b5d58443e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 00:13:31 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 00:13:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d319d641
7
8 sci-mathematics/dunshire: new revision with python-3.10 support.
9
10 Closes: https://bugs.gentoo.org/846275
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 .../dunshire/{dunshire-0.1.1-r1.ebuild => dunshire-0.1.1-r2.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
18 similarity index 91%
19 rename from sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
20 rename to sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
21 index b8f5fb37cda4..a365b4c4e53c 100644
22 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
23 +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 -PYTHON_COMPAT=( python3_{7..9} )
33 +PYTHON_COMPAT=( python3_{8..10} )
34
35 inherit distutils-r1