summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-02 01:33:04 +0000
committerSam James <sam@gentoo.org>2021-06-02 01:33:04 +0000
commit4bd85676185d9fddecdb86fea8f4daddb220295f (patch)
tree99da18261d142dfa4e7105f9d4531d2795ee336b /app-misc/tmux2html
parentsci-libs/vtk: delete README from bundled vtkm for now (diff)
downloadgentoo-4bd85676185d9fddecdb86fea8f4daddb220295f.tar.gz
gentoo-4bd85676185d9fddecdb86fea8f4daddb220295f.tar.bz2
gentoo-4bd85676185d9fddecdb86fea8f4daddb220295f.zip
app-misc/tmux2html: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/tmux2html')
-rw-r--r--app-misc/tmux2html/tmux2html-0.1.11.ebuild10
1 files 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 0fcc41677421..5ce689120ef3 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"