diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-23 10:14:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-23 19:11:31 +0200 |
commit | 16c38e9916bcd02cfff5d842d3b298af9361567f (patch) | |
tree | 158219d55a58acb42911050cb2aaf7b1f76a03f7 /app-emacs/pymacs | |
parent | media-gfx/word_cloud: Remove old (diff) | |
download | gentoo-16c38e9916bcd02cfff5d842d3b298af9361567f.tar.gz gentoo-16c38e9916bcd02cfff5d842d3b298af9361567f.tar.bz2 gentoo-16c38e9916bcd02cfff5d842d3b298af9361567f.zip |
app-emacs/pymacs: Support python-3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.26-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/pymacs/pymacs-0.26-r2.ebuild b/app-emacs/pymacs/pymacs-0.26-r2.ebuild index d4393702f094..55d247626659 100644 --- a/app-emacs/pymacs/pymacs-0.26-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r2.ebuild @@ -3,9 +3,10 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_IN_SOURCE_BUILD=1 DISTUTILS_USE_SETUPTOOLS="no" + inherit elisp distutils-r1 DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs Lisp" |