From cea58d9745d390b76d24aee55a0cb8c42d746a5e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 14 Oct 2022 17:06:59 +0300 Subject: app-misc/tmux2html: EAPI=8, PEP517, enable py3.1{0,1} Signed-off-by: Arthur Zamarin --- app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild | 18 ++++++++++++++++++ app-misc/tmux2html/tmux2html-0.1.11.ebuild | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild delete mode 100644 app-misc/tmux2html/tmux2html-0.1.11.ebuild (limited to 'app-misc') diff --git a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild new file mode 100644 index 000000000000..7531f1b8d1bf --- /dev/null +++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-misc/tmux" diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild deleted file mode 100644 index 5ce689120ef3..000000000000 --- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-misc/tmux" -- cgit v1.2.3-65-gdbad