Skip to content

Commit

Permalink
app-misc/tmuxp-1.7.2-r1: Revbump, relax click dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
chutz committed May 12, 2021
1 parent 138ad56 commit b096caa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app-misc/tmuxp/files/tmuxp-1.7.2-relax-click-dep.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/requirements/base.txt b/requirements/base.txt
index fb2ab61..17e3516 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,4 +1,4 @@
kaptan>=0.5.10
libtmux>=0.8,<0.9
-click>=7,<8
+click>=7
colorama>=0.3.9
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RDEPEND="
>=dev-python/libtmux-0.8.5[${PYTHON_USEDEP}]
<dev-python/libtmux-0.9[${PYTHON_USEDEP}]
>=dev-python/click-7.0[${PYTHON_USEDEP}]
<dev-python/click-8.0[${PYTHON_USEDEP}]
>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}
Expand All @@ -37,6 +36,7 @@ BDEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}/tmuxp-1.6.4-tests.patch"
"${FILESDIR}/tmuxp-1.7.2-tests.patch"
"${FILESDIR}/tmuxp-1.7.2-relax-click-dep.patch"
)

distutils_enable_tests --install pytest
Expand Down

0 comments on commit b096caa

Please sign in to comment.