Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/
Date: Thu, 19 May 2022 15:16:37
Message-Id: 1652973275.b34ceae84affdfcde1758a760afbe85cf2dc02ca.xgqt@gentoo
1 commit: b34ceae84affdfcde1758a760afbe85cf2dc02ca
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 15:12:34 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 15:14:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34ceae8
7
8 app-emacs/pymacs: drop py3.7 and add py3.10 compat
9
10 Closes: https://bugs.gentoo.org/845453
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 app-emacs/pymacs/{pymacs-0.26-r2.ebuild => pymacs-0.26-r3.ebuild} | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emacs/pymacs/pymacs-0.26-r2.ebuild b/app-emacs/pymacs/pymacs-0.26-r3.ebuild
17 similarity index 93%
18 rename from app-emacs/pymacs/pymacs-0.26-r2.ebuild
19 rename to app-emacs/pymacs/pymacs-0.26-r3.ebuild
20 index 6969000e028c..d68770ec00be 100644
21 --- a/app-emacs/pymacs/pymacs-0.26-r2.ebuild
22 +++ b/app-emacs/pymacs/pymacs-0.26-r3.ebuild
23 @@ -1,11 +1,10 @@
24 # Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 -PYTHON_COMPAT=( python3_{7,8,9} )
31 +PYTHON_COMPAT=( python3_{8,9,10} )
32 DISTUTILS_IN_SOURCE_BUILD=1
33 -DISTUTILS_USE_SETUPTOOLS="no"
34
35 inherit elisp distutils-r1