diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-14 19:44:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-14 19:44:42 +0100 |
commit | 4392d53af7ce45ccfe6eb14146479ef0e2bd790a (patch) | |
tree | 505de6d6499defff572e53779c70f5fac1118499 /app-misc/tmux2html | |
parent | 926f46a6d07cdbc78d625b2dfca6a3c27a95b14a (diff) |
gentoo auto-resync : 14:10:2022 - 19:44:42
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 (renamed from app-misc/tmux2html/tmux2html-0.1.11.ebuild) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/tmux2html/Manifest b/app-misc/tmux2html/Manifest index df9a4c2451f9..eef0b8b45470 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.ebuild 450 BLAKE2B 772c68297b86fd079f46cf3bd722495258bf2eae066646eb593ad78ab3e958b8dbf9074a55ac5d259c89f553b454356a7ea6c42fbc57ef30979f3cb2d97d55af SHA512 9a14849fddead3f41b3ae46903b51db2ebf98b73fec9c43270dc84251b71f069472409eb45873ed5a5da6b1e9ce47ab5b01820d33e5cab78942883bfe62dae89 +EBUILD tmux2html-0.1.11-r1.ebuild 481 BLAKE2B dafa498610f0ba5e0b72b944cee55f21d54ac16e03820826edcbd82d0bd76f07e273af16dda7b8f500ed6965544b30762cbb407bc33ea758be113820f3733e0e SHA512 7ae0afe7eab98a0376ef4ced15182bdb46c5e13db527661ddbb543ef7aac9ce397c6facbed3102d844f0fabfbd9f539f7649a2a8b8d4a61bbc8e7242f9f39f60 MISC metadata.xml 465 BLAKE2B 6b6979d9db6ec0bc712261f7d7ef59d56106f3d04e7d27d567e0e7a3535a518cb19434175d8090cece7f6347d17427969dbb018d23577f0e66d792276ed5dfe5 SHA512 cf7831ad5c24d4974994ed00736dbf0450e76961e5febc1160cfe2bf71743404b5d0136eda0eeb2f108d45567d2754032d000c7eb81c3970dcdee0b9a0e6b5f8 diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/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" |