diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-18 20:14:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-18 20:18:06 +0200 |
commit | bdf4f129c7359f20d424eb0ba2c566bb105ce2e8 (patch) | |
tree | 41fce5ca5e3eb3c493c0fe8d0873963311ae7926 /app-misc/tmuxp | |
parent | sys-cluster/kube-scheduler: stabilize 1.23.10 for amd64 (diff) | |
download | gentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.tar.gz gentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.tar.bz2 gentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.zip |
app-misc/tmuxp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/tmuxp')
-rw-r--r-- | app-misc/tmuxp/Manifest | 3 | ||||
-rw-r--r-- | app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch | 22 | ||||
-rw-r--r-- | app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch | 13 | ||||
-rw-r--r-- | app-misc/tmuxp/tmuxp-1.11.1.ebuild | 43 | ||||
-rw-r--r-- | app-misc/tmuxp/tmuxp-1.12.1.ebuild | 43 | ||||
-rw-r--r-- | app-misc/tmuxp/tmuxp-1.9.4.ebuild | 43 |
6 files changed, 0 insertions, 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..000000000000 --- 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..000000000000 --- 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..000000000000 --- 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=( - "${FILESDIR}/tmuxp-1.7.2-tests.patch" - "${FILESDIR}/tmuxp-1.9.2-tests.patch" -) - -distutils_enable_tests pytest - -python_test() { - SHELL="/bin/bash" epytest -} diff --git a/app-misc/tmuxp/tmuxp-1.12.1.ebuild b/app-misc/tmuxp/tmuxp-1.12.1.ebuild deleted file mode 100644 index e4488877fe08..000000000000 --- a/app-misc/tmuxp/tmuxp-1.12.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.12.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=( - "${FILESDIR}/tmuxp-1.7.2-tests.patch" - "${FILESDIR}/tmuxp-1.9.2-tests.patch" -) - -distutils_enable_tests pytest - -python_test() { - SHELL="/bin/bash" epytest -} diff --git a/app-misc/tmuxp/tmuxp-1.9.4.ebuild b/app-misc/tmuxp/tmuxp-1.9.4.ebuild deleted file mode 100644 index ad7df0ede1e0..000000000000 --- a/app-misc/tmuxp/tmuxp-1.9.4.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..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 -} |