diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /app-misc/tmux2html | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'app-misc/tmux2html')
-rw-r--r-- | app-misc/tmux2html/Manifest | 2 | ||||
-rw-r--r-- | app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/tmux2html/Manifest b/app-misc/tmux2html/Manifest index 739f00488c12..0aade1e4b645 100644 --- a/app-misc/tmux2html/Manifest +++ b/app-misc/tmux2html/Manifest @@ -1,3 +1,3 @@ DIST tmux2html-0.1.11.tar.gz 20002 BLAKE2B 690e170bf903682a9bdbbfa49ec7a2995d19bfa9372533b5cecff5b7dfa4c389832a8e2315c3438d435c3b4f75bec8b7fc43161691912ef29d910779d46af24e SHA512 b478a697413acd90a92b3a349fc3c477ee1014f47816190d2066058711e2025a9f99e3f973dfd3165782a566d12aae4e3c491f58a924769d1d28c3f48c9e9601 -EBUILD tmux2html-0.1.11-r1.ebuild 481 BLAKE2B 90fba2979d4867a1b6ccbba0b88b3c24d37c3d91e012d7b066789930d96456d16c288f4b02c719a2a69555515d003cfb2407c65aa9787dd91997368d0b13a433 SHA512 b0f3e584292cd97602f6d966871d4cfd88f267f785cf605190aba0fcede537c4b0f9f77bbbbe29ab77caf991af3d94580bdedf1abf662fcefc0659189ae23a20 +EBUILD tmux2html-0.1.11-r1.ebuild 481 BLAKE2B 8ad72c38c53e4b86a26e1d088f055957a35e3d0de00c54505a85cfe7cfcb84f6075758b395aa2a22b2073a54270c17081fdf0a97fab9375c5c323ee82e0a4dc0 SHA512 905cd5d8b9ff8b5c898340b6ac1b9b6cf273cf364255208f8ade6b5d79a761eda71c278ec3805a8d2dc08aeb49b6bcb0fa426e84d06bad0c7076bd17dce6159d MISC metadata.xml 353 BLAKE2B b4d4cc6606f6f9119af5e8f6364a24ae2c5b493e5fe14a6cb048360e0c757b6bc73bfc17b3c1a338d0ebc19b202eebb1e34eb10a6134572b60efd7da34d3dfcf SHA512 eaa82c7df8c262461ac714126f94828fde8ec4ea8a8d73efe22c352a1d9bfc3e8ac93cec0c7e76af30ed16443bf89d79894de23bc6359d039a83d85268ab93cb 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" |