commit:     444a4a46c77329e15f84c46861bb58540fa56ddb
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 21:04:29 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 21:04:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444a4a46

app-misc/tmuxp: drop 1.15.0, 1.25.0, 1.26.0

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-misc/tmuxp/Manifest            |  3 ---
 app-misc/tmuxp/tmuxp-1.15.0.ebuild | 38 ----------------------------------
 app-misc/tmuxp/tmuxp-1.25.0.ebuild | 37 ---------------------------------
 app-misc/tmuxp/tmuxp-1.26.0.ebuild | 42 --------------------------------------
 4 files changed, 120 deletions(-)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index e251477b72a6..1a5122e0bcac 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,5 +1,2 @@
-DIST tmuxp-1.15.0.tar.gz 842727 BLAKE2B 
7e0e68ae848fdefab46a936511f57a9927b28a220e1dadb8b2531cd26a2cb6cbb7f1fd3a3a279f624a3ac8cebfeb434582cf48803d3c8bbf14b1c6960b5f2ef7
 SHA512 
4c9c72ddeea283ee4d0595d099dfdc178b3fdd96691ae1b02e9867096f770b4339e1f60abea985a05b974d3d620addd8b571c05db7d2914e8736322e5cf19fb6
-DIST tmuxp-1.25.0.tar.gz 857012 BLAKE2B 
d472e0bc34b12f6aac87a0f608ec1e78f52bb54c9e068c5fec53fb8a9a0f70041831dc62a070b4d0f81788f8bd4a0d1f1cb3e45a2d744aa010bf3ecd988e2f6c
 SHA512 
a18dfe4a1df22fc76fb70c7ff06bda6d55a3ffafb21eb26a5ff6fb131452d5a4e2677ca1c3f58c9c6b237b6a9791a3c904f6535a2fcd7dbc1dde28da8959a3fa
-DIST tmuxp-1.26.0.tar.gz 861185 BLAKE2B 
348cb2f8dfa53f8e541df0fdd2f4cd51b7230485185000a3df5d66fba26adecb159421cd1b3553e433020334c8162b7325bd2ebe499dc8788cbdc5e21a468ee7
 SHA512 
68459379df6918651100ba5a6c183c46b2f354bed0c484415edf0137f118f74c4104677bbcf8ba1c2fdbae8ca4259ddf756282583ef8d1408e456a016ea9c174
 DIST tmuxp-1.27.0.tar.gz 862056 BLAKE2B 
baad339bc59498d26911507f29de38d55991515e03123edc8dca10159fed1492c1ffe37cf45d6d04ffc73134e0ee312c0ace2ffc53ba9cae258239746169e416
 SHA512 
a9c450c40a40c284c609011d5e47b12ed1a9b1d5c4036b887df7fd75a3bb6263847c459a7e61fc9dcdb463a3ac20de6ac9038b1559369a5f36641ab0baee755d
 DIST tmuxp-1.27.1.tar.gz 861380 BLAKE2B 
b57d7f4f5c23d1df71abd310b02535c8da7971df4473a3ff2c5feffb2967bd7b0c00e47e45bc04bf56b9503d17b55786b9abfeabec4f6d33989a2f58c5ba49d5
 SHA512 
3e3d9405a77fe03d2a249bad4ef215982d9135e85dc58899a337d0a3f6d76a4e9f155f5dc37993f5e57955411928ce921ce1c1f1ee7c39f0939d2831a3d600be

diff --git a/app-misc/tmuxp/tmuxp-1.15.0.ebuild 
b/app-misc/tmuxp/tmuxp-1.15.0.ebuild
deleted file mode 100644
index a39a0f78c14a..000000000000
--- a/app-misc/tmuxp/tmuxp-1.15.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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.15*[${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
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" epytest tests
-}

diff --git a/app-misc/tmuxp/tmuxp-1.25.0.ebuild 
b/app-misc/tmuxp/tmuxp-1.25.0.ebuild
deleted file mode 100644
index ee3d34211a4b..000000000000
--- a/app-misc/tmuxp/tmuxp-1.25.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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/libtmux-0.19.1*[${PYTHON_USEDEP}]
-       >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-               !dev-python/flaky
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" epytest tests
-}

diff --git a/app-misc/tmuxp/tmuxp-1.26.0.ebuild 
b/app-misc/tmuxp/tmuxp-1.26.0.ebuild
deleted file mode 100644
index ed443aed13c8..000000000000
--- a/app-misc/tmuxp/tmuxp-1.26.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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/libtmux-0.20.0*[${PYTHON_USEDEP}]
-       >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-               !dev-python/flaky
-       )
-"
-
-EPYTEST_DESELECT=(
-       # test doesn't get along with sandbox
-       "tests/cli/test_load.py::test_load_zsh_autotitle_warning"
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" epytest tests
-}

Reply via email to