diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-05-19 17:12:34 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-05-19 17:14:35 +0200 |
commit | b34ceae84affdfcde1758a760afbe85cf2dc02ca (patch) | |
tree | 6f80393a41987ce4b42d1fd871ccaa423198c434 /app-emacs/pymacs | |
parent | dev-util/rinstall: bump to 0.2.0 (diff) | |
download | gentoo-b34ceae84affdfcde1758a760afbe85cf2dc02ca.tar.gz gentoo-b34ceae84affdfcde1758a760afbe85cf2dc02ca.tar.bz2 gentoo-b34ceae84affdfcde1758a760afbe85cf2dc02ca.zip |
app-emacs/pymacs: drop py3.7 and add py3.10 compat
Closes: https://bugs.gentoo.org/845453
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.26-r3.ebuild (renamed from app-emacs/pymacs/pymacs-0.26-r2.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/pymacs/pymacs-0.26-r2.ebuild b/app-emacs/pymacs/pymacs-0.26-r3.ebuild index 6969000e028c..d68770ec00be 100644 --- a/app-emacs/pymacs/pymacs-0.26-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_USE_SETUPTOOLS="no" inherit elisp distutils-r1 |