commit: 4bd85676185d9fddecdb86fea8f4daddb220295f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 01:33:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 01:33:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd85676
app-misc/tmux2html: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
index 0fcc4167742..5ce689120ef 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -11,10 +11,8 @@ DESCRIPTION="Render full tmux windows or individual panes as
HTML"
HOMEPAGE="https://github.com/tweekmonster/tmux2html"
SRC_URI="https://github.com/tweekmonster/tmux2html/archive/${PV}.tar.gz ->
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
-RDEPEND="
- app-misc/tmux
- dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-misc/tmux"