diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-08-21 10:50:37 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-08-21 10:51:00 -0700 |
commit | 9b7ae2e60392097c02aad2fb99909e3da606b7b7 (patch) | |
tree | 9d6cb136bcc9529aae417eb95081d01e66b3b924 /app-misc/tmuxp | |
parent | x11-terms/rxvt-unicode: Stabilize 9.31-r2 arm, #912756 (diff) | |
download | gentoo-9b7ae2e60392097c02aad2fb99909e3da606b7b7.tar.gz gentoo-9b7ae2e60392097c02aad2fb99909e3da606b7b7.tar.bz2 gentoo-9b7ae2e60392097c02aad2fb99909e3da606b7b7.zip |
app-misc/tmuxp: Revbump, update libtmux dep, add py312
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-misc/tmuxp')
-rw-r--r-- | app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild (renamed from app-misc/tmuxp/tmuxp-1.29.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmuxp/tmuxp-1.29.0.ebuild b/app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild index 35f445534527..730a7c48d242 100644 --- a/app-misc/tmuxp/tmuxp-1.29.0.ebuild +++ b/app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=" >=app-misc/tmux-3.0a - =dev-python/libtmux-0.22.1*[${PYTHON_USEDEP}] + =dev-python/libtmux-0.23.0*[${PYTHON_USEDEP}] >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}] " |