* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2018-09-17 16:02 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-09-17 16:02 UTC (permalink / raw
To: gentoo-commits
commit: b3221ab2ce4c636141425633d268994fa384561c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 15:58:25 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 16:02:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3221ab2
app-misc/tmux2html: new package.
tmux2html is a Python script to render full tmux windows or individual
panes as a single HTML page.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/tmux2html/Manifest | 1 +
app-misc/tmux2html/metadata.xml | 15 +++++++++++++++
app-misc/tmux2html/tmux2html-0.1.11.ebuild | 20 ++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/app-misc/tmux2html/Manifest b/app-misc/tmux2html/Manifest
new file mode 100644
index 00000000000..bbedc665f06
--- /dev/null
+++ b/app-misc/tmux2html/Manifest
@@ -0,0 +1 @@
+DIST tmux2html-0.1.11.tar.gz 20002 BLAKE2B 690e170bf903682a9bdbbfa49ec7a2995d19bfa9372533b5cecff5b7dfa4c389832a8e2315c3438d435c3b4f75bec8b7fc43161691912ef29d910779d46af24e SHA512 b478a697413acd90a92b3a349fc3c477ee1014f47816190d2066058711e2025a9f99e3f973dfd3165782a566d12aae4e3c491f58a924769d1d28c3f48c9e9601
diff --git a/app-misc/tmux2html/metadata.xml b/app-misc/tmux2html/metadata.xml
new file mode 100644
index 00000000000..70d20d789e9
--- /dev/null
+++ b/app-misc/tmux2html/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">greymd/tmux-xpanes</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
new file mode 100644
index 00000000000..81bf3862157
--- /dev/null
+++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ app-misc/tmux
+ dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2020-02-11 11:38 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:29:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5a1c0b
app-misc/tmux2html: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
index ee0c7d963a3..3cd5bc24938 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2020-04-24 16:44 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2020-04-24 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 07aea8845afbf068be3a1a2bc4399220ee32c266
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 16:40:28 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 16:40:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aea884
app-misc/tmux2html: add py3.7 + py3.8 support.
Closes: https://bugs.gentoo.org/718236
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
index 3cd5bc24938..88046de7392 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2021-06-02 1:33 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-06-02 1:33 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2022-05-31 2:10 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-05-31 2:10 UTC (permalink / raw
To: gentoo-commits
commit: c905d29b0430d20362585c11711b4348114c6c6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 01:58:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 02:10:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c905d29b
app-misc/tmux2html: update upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tmux2html/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/tmux2html/metadata.xml b/app-misc/tmux2html/metadata.xml
index a924dcb767d6..5457921bd235 100644
--- a/app-misc/tmux2html/metadata.xml
+++ b/app-misc/tmux2html/metadata.xml
@@ -10,6 +10,6 @@
<name>Gentoo Shell Tools Project</name>
</maintainer>
<upstream>
- <remote-id type="github">greymd/tmux-xpanes</remote-id>
+ <remote-id type="github">tweekmonster/tmux2html</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2022-10-14 16:22 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-10-14 16:22 UTC (permalink / raw
To: gentoo-commits
commit: cea58d9745d390b76d24aee55a0cb8c42d746a5e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 14:06:59 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 16:14:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea58d97
app-misc/tmux2html: EAPI=8, PEP517, enable py3.1{0,1}
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{tmux2html-0.1.11.ebuild => tmux2html-0.1.11-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
similarity index 77%
rename from app-misc/tmux2html/tmux2html-0.1.11.ebuild
rename to app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
index 5ce689120ef3..7531f1b8d1bf 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Render full tmux windows or individual panes as HTML"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
@ 2024-07-29 10:42 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2024-07-29 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 4f1f3e03036f794c54c2fd8135af4282583acb57
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 10:15:13 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 10:41:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1f3e03
app-misc/tmux2html: enable py3.12
Closes: https://bugs.gentoo.org/929343
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
index f81be0199c6b..870844cd76cd 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="Render full tmux windows or individual panes as HTML"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-07-29 10:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17 16:02 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2020-02-11 11:38 Michał Górny
2020-04-24 16:44 Patrice Clement
2021-06-02 1:33 Sam James
2022-05-31 2:10 Sam James
2022-10-14 16:22 Arthur Zamarin
2024-07-29 10:42 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox