[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/, app-misc/tmuxp/files/

2022-09-18 Thread Michał Górny
commit: bdf4f129c7359f20d424eb0ba2c566bb105ce2e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 18 18:14:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 18 18:18:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf4f129

app-misc/tmuxp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-misc/tmuxp/Manifest|  3 --
 app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch   | 22 ---
 .../tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch  | 13 ---
 app-misc/tmuxp/tmuxp-1.11.1.ebuild | 43 --
 app-misc/tmuxp/tmuxp-1.12.1.ebuild | 43 --
 app-misc/tmuxp/tmuxp-1.9.4.ebuild  | 43 --
 6 files changed, 167 deletions(-)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 518285968908..2e9c05964bc0 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,4 +1 @@
-DIST tmuxp-1.11.1.tar.gz 830701 BLAKE2B 
37f23abf16ef78b27f04e6af9c95990d39173e62fb4ab2c898fb45075242ee2761e0c69b8f391cb59d4fd2ccee8d157650718450814ebd06716c54afd0e59338
 SHA512 
23cf70cffa86e8478f39661951ca468b09a8caa3e7c8a9114011a5a5440fa817c3425b38cbf00b9b7966ac1449094d101f74a450e77c153e9a1d9ca73c49e856
-DIST tmuxp-1.12.1.tar.gz 839714 BLAKE2B 
98ecb807c1bb1d6cea05e997001866c29a0b4e43b79ffbae945093ed8a2487563b1d1a884fce8f8fa9ff202f602369774677ef760ab0e03881c66bc7390b16a8
 SHA512 
2b7f98d6e003964fbe6ed873d251fd120da50fd54f48521a0c5cbc441cb2b3031ecc963c273824ac3541783989ece4fab329a89bf29a8e9572825fcdfb541dc1
 DIST tmuxp-1.13.0.tar.gz 833657 BLAKE2B 
5938121b2951b735e52eb7361a83dace4327b120ea7bb8217a5e4c32488e8cd93074b8993068b1d5d87d79df16c2f1e3d254d010b5c2836f435ed887349a010f
 SHA512 
21a5a9fb21e30d5022d6aa6257dd9eb2977574e16e9b8ea0a3af8af4d55f69d4f6a3730ca9fc5e9a4e0b6194922d73717154cc55b808e71714570326cc7f27a9
-DIST tmuxp-1.9.4.tar.gz 821650 BLAKE2B 
34454919e811bc4901dcb570046b45d481934ab36f9b8f50753972fe6545ca9e487b2f04ee818c4b54eea01181c62efb1f5262ab033f2fc92c3cee3828d16bf4
 SHA512 
ecf113011231a03998b3be2d146f7e6c6cc2ccfc36af59b88d51e09726259c92dc4360bde569fba13ca8d81eb9639f85b45cd5f4b50d70d347e3237e396ea446

diff --git a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch 
b/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
deleted file mode 100644
index 4bdfe015474a..
--- a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/test_cli.py b/tests/test_cli.py
-index 1e14e51..6945c2b 100644
 a/tests/test_cli.py
-+++ b/tests/test_cli.py
-@@ -486,7 +486,7 @@ session_name: hello
- '{SESSION_NAME}',
- '{WINDOW_NAME}',
- '-c',
--'print(pane.id)',
-+'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {},
-@@ -496,7 +496,7 @@ session_name: hello
- [
- '-L{SOCKET_NAME}',
- '-c',
--'print(pane.id)',
-+'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {'TMUX_PANE': '{PANE_ID}'},

diff --git a/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch 
b/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
deleted file mode 100644
index a4450e37c11e..
--- a/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 228a1ae..e24f106 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -49,7 +49,7 @@ tmuxp = 'tmuxp:cli.cli'
- 
- [tool.poetry.dependencies]
- python = "^3.7"
--click = ">7,<8.1"
-+click = ">7.0"
- kaptan = ">=0.5.10"
- libtmux = "~0.10.3"
- colorama = ">=0.3.9"

diff --git a/app-misc/tmuxp/tmuxp-1.11.1.ebuild 
b/app-misc/tmuxp/tmuxp-1.11.1.ebuild
deleted file mode 100644
index cad088ac77ef..
--- a/app-misc/tmuxp/tmuxp-1.11.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1
-
-DESCRIPTION="tmux session manager. built on libtmux"
-HOMEPAGE="https://tmuxp.git-pull.com;
-SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   >=app-misc/tmux-3.0a
-   >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
-   ~dev-python/libtmux-0.11.0[${PYTHON_USEDEP}]
-   >=dev-python/click-8.0[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-   dev-python/pathspec[${PYTHON_USEDEP}]
-   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-   !dev-python/flaky
-   )
-"
-
-PATCHES=(
-   

[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/, app-misc/tmuxp/files/

2022-05-07 Thread Patrick McLean
commit: 5f748cb7b53f08f18a6507aa31476b93e353e587
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun May  8 03:56:27 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun May  8 03:57:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f748cb7

app-misc/tmuxp: drop 1.5.4, 1.6.5, 1.8.2, 1.9.2

Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/Manifest|  4 --
 .../tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch  | 10 -
 app-misc/tmuxp/tmuxp-1.5.4.ebuild  | 38 --
 app-misc/tmuxp/tmuxp-1.6.5.ebuild  | 45 --
 app-misc/tmuxp/tmuxp-1.8.2.ebuild  | 43 -
 app-misc/tmuxp/tmuxp-1.9.2.ebuild  | 43 -
 6 files changed, 183 deletions(-)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index fccaf07461be..5c9aac5cb052 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,6 +1,2 @@
-DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621
 SHA512 
f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9
-DIST tmuxp-1.6.5.tar.gz 1017117 BLAKE2B 
4cc8955f9dcfffd237ffde3e7487496aaf85dd886fd124ad76d61e10fa64f90bac79cc4df9aac63122446b7a4727b01ceaea502d7bbe5f5ba7f68e89bbb86feb
 SHA512 
9095c196f20b537662ffa9d819c675e325fda7f49fb3fd9811f00fc1e1c763b7ea29cdd500bb7d775d1673ab2fc1386f662a2ff6744ffcd2b7aaab13a014cce3
 DIST tmuxp-1.7.2.tar.gz 1027293 BLAKE2B 
2564d196c9c327584d24f57ce72165a7cdff2209fe6869a4d3519eb0246329cd8159ecaa20c2a39e153bde224201b1f846f4244c4df72ac540cf0d71f9fba75a
 SHA512 
2ccf63c9f5b7049438ca6079894aac92a0f7496a56c68d88e5a9d5c2a42188a4e40d559792857881f492b28392a329697d4d43781f38ee7c49ed592aac8a69f8
-DIST tmuxp-1.8.2.tar.gz 1019801 BLAKE2B 
1e02139df6cc5ee0aec31e3a39413297195b6951a9acaa487a8f705f7f28b79ece0e5388284d017dbf45744540eecb0809e4a7e668f91b824aa0e4adcd64bcf8
 SHA512 
b6993be72bdab1ef469dbf43d056fbd812612437716af8a4c2e803a55f7ad803246789ccb0b3cafa5ad9047ae86426b4aede27480f20f6d3593d9bf737b74323
-DIST tmuxp-1.9.2.tar.gz 816621 BLAKE2B 
f471ba2b7a6f97b123661ca2473c63273dc79b08cbe25f4ea756d174ab58e5070d0fc2dfbe8ec254785946e2fa139121d2e9fa5d7d5c127c18580e514064523d
 SHA512 
e4af94fde475c999cee5aa6ad4b60a05c3a9f6f338290406043544250c4dcf688bc39e501631f442b59009156e04eb383098ea717fe7be8e9811b44886515935
 DIST tmuxp-1.9.4.tar.gz 821650 BLAKE2B 
34454919e811bc4901dcb570046b45d481934ab36f9b8f50753972fe6545ca9e487b2f04ee818c4b54eea01181c62efb1f5262ab033f2fc92c3cee3828d16bf4
 SHA512 
ecf113011231a03998b3be2d146f7e6c6cc2ccfc36af59b88d51e09726259c92dc4360bde569fba13ca8d81eb9639f85b45cd5f4b50d70d347e3237e396ea446

diff --git a/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch 
b/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch
deleted file mode 100644
index f4c2be80d2dc..
--- a/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/requirements/base.txt b/requirements/base.txt
-index 4b713f1..3ca88e5 100644
 a/requirements/base.txt
-+++ b/requirements/base.txt
-@@ -1,4 +1,4 @@
- kaptan>=0.5.10
- libtmux>=0.10.1,<0.11
--click>=7,<8.1
-+click>=7
- colorama>=0.3.9

diff --git a/app-misc/tmuxp/tmuxp-1.5.4.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.4.ebuild
deleted file mode 100644
index 55ec6ede123b..
--- a/app-misc/tmuxp/tmuxp-1.5.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="tmux session manager. built on libtmux"
-HOMEPAGE="https://tmuxp.git-pull.com;
-SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/kaptan[${PYTHON_USEDEP}]
-   >=dev-python/libtmux-0.8[${PYTHON_USEDEP}]
-   =dev-python/click-7.0[${PYTHON_USEDEP}]
-   =dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   test? (
-   >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/app-misc/tmuxp/tmuxp-1.6.5.ebuild 
b/app-misc/tmuxp/tmuxp-1.6.5.ebuild
deleted file mode 100644
index eb22d7e67537..
--- a/app-misc/tmuxp/tmuxp-1.6.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} pypy3 )

[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/, app-misc/tmuxp/files/

2022-01-29 Thread Patrick McLean
commit: 06f06e7b9f8d243226d33325348414c710c11b94
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 29 19:42:35 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 29 19:42:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f06e7b

app-misc/tmuxp: Version bump to 1.9.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/Manifest|  1 +
 .../tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch  | 13 +++
 app-misc/tmuxp/tmuxp-1.9.4.ebuild  | 43 ++
 3 files changed, 57 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 2b6b46c58fac..fccaf07461be 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -3,3 +3,4 @@ DIST tmuxp-1.6.5.tar.gz 1017117 BLAKE2B 
4cc8955f9dcfffd237ffde3e7487496aaf85dd88
 DIST tmuxp-1.7.2.tar.gz 1027293 BLAKE2B 
2564d196c9c327584d24f57ce72165a7cdff2209fe6869a4d3519eb0246329cd8159ecaa20c2a39e153bde224201b1f846f4244c4df72ac540cf0d71f9fba75a
 SHA512 
2ccf63c9f5b7049438ca6079894aac92a0f7496a56c68d88e5a9d5c2a42188a4e40d559792857881f492b28392a329697d4d43781f38ee7c49ed592aac8a69f8
 DIST tmuxp-1.8.2.tar.gz 1019801 BLAKE2B 
1e02139df6cc5ee0aec31e3a39413297195b6951a9acaa487a8f705f7f28b79ece0e5388284d017dbf45744540eecb0809e4a7e668f91b824aa0e4adcd64bcf8
 SHA512 
b6993be72bdab1ef469dbf43d056fbd812612437716af8a4c2e803a55f7ad803246789ccb0b3cafa5ad9047ae86426b4aede27480f20f6d3593d9bf737b74323
 DIST tmuxp-1.9.2.tar.gz 816621 BLAKE2B 
f471ba2b7a6f97b123661ca2473c63273dc79b08cbe25f4ea756d174ab58e5070d0fc2dfbe8ec254785946e2fa139121d2e9fa5d7d5c127c18580e514064523d
 SHA512 
e4af94fde475c999cee5aa6ad4b60a05c3a9f6f338290406043544250c4dcf688bc39e501631f442b59009156e04eb383098ea717fe7be8e9811b44886515935
+DIST tmuxp-1.9.4.tar.gz 821650 BLAKE2B 
34454919e811bc4901dcb570046b45d481934ab36f9b8f50753972fe6545ca9e487b2f04ee818c4b54eea01181c62efb1f5262ab033f2fc92c3cee3828d16bf4
 SHA512 
ecf113011231a03998b3be2d146f7e6c6cc2ccfc36af59b88d51e09726259c92dc4360bde569fba13ca8d81eb9639f85b45cd5f4b50d70d347e3237e396ea446

diff --git a/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch 
b/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
new file mode 100644
index ..a4450e37c11e
--- /dev/null
+++ b/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
@@ -0,0 +1,13 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index 228a1ae..e24f106 100644
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -49,7 +49,7 @@ tmuxp = 'tmuxp:cli.cli'
+ 
+ [tool.poetry.dependencies]
+ python = "^3.7"
+-click = ">7,<8.1"
++click = ">7.0"
+ kaptan = ">=0.5.10"
+ libtmux = "~0.10.3"
+ colorama = ">=0.3.9"

diff --git a/app-misc/tmuxp/tmuxp-1.9.4.ebuild 
b/app-misc/tmuxp/tmuxp-1.9.4.ebuild
new file mode 100644
index ..de2f17a48f41
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="tmux session manager. built on libtmux"
+HOMEPAGE="https://tmuxp.git-pull.com;
+SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-misc/tmux-3.0a
+   >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
+   ~dev-python/libtmux-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
+   !dev-python/flaky
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/tmuxp-1.6.4-tests.patch"
+   "${FILESDIR}/tmuxp-1.7.2-tests.patch"
+   "${FILESDIR}/tmuxp-1.9.4-relax-click-dep.patch"
+   "${FILESDIR}/tmuxp-1.9.2-tests.patch"
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+   SHELL="/bin/bash" epytest
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/, app-misc/tmuxp/files/

2021-05-12 Thread Patrick McLean
commit: b096caafacb7aedc5b267758a8aac2637455979a
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed May 12 18:20:47 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed May 12 18:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b096caaf

app-misc/tmuxp-1.7.2-r1: Revbump, relax click dep

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/files/tmuxp-1.7.2-relax-click-dep.patch   | 10 ++
 app-misc/tmuxp/{tmuxp-1.7.2.ebuild => tmuxp-1.7.2-r1.ebuild} |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-misc/tmuxp/files/tmuxp-1.7.2-relax-click-dep.patch 
b/app-misc/tmuxp/files/tmuxp-1.7.2-relax-click-dep.patch
new file mode 100644
index 000..e3f5772e92b
--- /dev/null
+++ b/app-misc/tmuxp/files/tmuxp-1.7.2-relax-click-dep.patch
@@ -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

diff --git a/app-misc/tmuxp/tmuxp-1.7.2.ebuild 
b/app-misc/tmuxp/tmuxp-1.7.2-r1.ebuild
similarity index 95%
rename from app-misc/tmuxp/tmuxp-1.7.2.ebuild
rename to app-misc/tmuxp/tmuxp-1.7.2-r1.ebuild
index 55ed4f164af..25dcf9b50b9 100644
--- a/app-misc/tmuxp/tmuxp-1.7.2.ebuild
+++ b/app-misc/tmuxp/tmuxp-1.7.2-r1.ebuild
@@ -22,7 +22,6 @@ RDEPEND="
>=dev-python/libtmux-0.8.5[${PYTHON_USEDEP}]
=dev-python/click-7.0[${PYTHON_USEDEP}]
-   =dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
 "
 BDEPEND="${RDEPEND}
@@ -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