From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/files/, app-misc/tmuxp/
Date: Fri, 2 Dec 2022 15:23:12 +0000 (UTC) [thread overview]
Message-ID: <1669994588.52e383ef31529fef8a5b78e460ff899c89e69a8b.mgorny@gentoo> (raw)
commit: 52e383ef31529fef8a5b78e460ff899c89e69a8b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 15:07:04 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 15:23:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e383ef
app-misc/tmuxp: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/tmuxp/Manifest | 1 -
app-misc/tmuxp/files/tmuxp-1.7.2-tests.patch | 14 ---------
app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch | 13 ---------
app-misc/tmuxp/tmuxp-1.13.0.ebuild | 43 ----------------------------
4 files changed, 71 deletions(-)
diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index a0cadc1987a8..22302e96d91d 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,3 +1,2 @@
-DIST tmuxp-1.13.0.tar.gz 833657 BLAKE2B 5938121b2951b735e52eb7361a83dace4327b120ea7bb8217a5e4c32488e8cd93074b8993068b1d5d87d79df16c2f1e3d254d010b5c2836f435ed887349a010f SHA512 21a5a9fb21e30d5022d6aa6257dd9eb2977574e16e9b8ea0a3af8af4d55f69d4f6a3730ca9fc5e9a4e0b6194922d73717154cc55b808e71714570326cc7f27a9
DIST tmuxp-1.15.0.tar.gz 842727 BLAKE2B 7e0e68ae848fdefab46a936511f57a9927b28a220e1dadb8b2531cd26a2cb6cbb7f1fd3a3a279f624a3ac8cebfeb434582cf48803d3c8bbf14b1c6960b5f2ef7 SHA512 4c9c72ddeea283ee4d0595d099dfdc178b3fdd96691ae1b02e9867096f770b4339e1f60abea985a05b974d3d620addd8b571c05db7d2914e8736322e5cf19fb6
DIST tmuxp-1.18.2.tar.gz 853145 BLAKE2B 4fc3e825474bccce9f78072e1c3545b7c8eeb40e0d23265901062a00f7434506a84db0414637d18c57e84f4e3b37978c890e01a786d6f1edda87af806c2b298d SHA512 c599dac5b54627342424b2ef7721f47c57c2d271698b007ffb7de972a3a7683c0bd7ea76d2a7e4c168e8a412a03171dd5f53422a3e2d858f7dfc746fa7946be8
diff --git a/app-misc/tmuxp/files/tmuxp-1.7.2-tests.patch b/app-misc/tmuxp/files/tmuxp-1.7.2-tests.patch
deleted file mode 100644
index 6b51e4de8ce4..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.7.2-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/tests/test_cli.py b/tests/test_cli.py
-index bfd2345..f55910c 100644
---- a/tests/test_cli.py
-+++ b/tests/test_cli.py
-@@ -16,6 +16,9 @@ import click
- import kaptan
- from click.testing import CliRunner
-
-+import sys
-+import pathlib
-+sys.path.extend([str(p) for p in pathlib.Path(__file__, '..', 'fixtures/pluginsystem/plugins').resolve().iterdir() if p.is_dir()])
- import libtmux
- from libtmux.common import has_lt_version
- from libtmux.exc import LibTmuxException
diff --git a/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch b/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
deleted file mode 100644
index 3329c547489f..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/test_workspacebuilder.py b/tests/test_workspacebuilder.py
-index e85b409..22368b1 100644
---- a/tests/test_workspacebuilder.py
-+++ b/tests/test_workspacebuilder.py
-@@ -343,7 +343,7 @@ def test_environment_variables(session):
- assert session.show_environment('FOO') == 'BAR'
- assert session.show_environment('PATH') == '/tmp'
-
--
-+@pytest.mark.skip("hangs indefinitely")
- def test_automatic_rename_option(session):
- """With option automatic-rename: on."""
- yaml_config = loadfixture("workspacebuilder/window_automatic_rename.yaml")
diff --git a/app-misc/tmuxp/tmuxp-1.13.0.ebuild b/app-misc/tmuxp/tmuxp-1.13.0.ebuild
deleted file mode 100644
index 0c48179e4fe1..000000000000
--- a/app-misc/tmuxp/tmuxp-1.13.0.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} )
-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.14*[${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
-}
next reply other threads:[~2022-12-02 15:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-02 15:23 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-08 3:57 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/files/, app-misc/tmuxp/ Patrick McLean
2022-05-08 3:54 Patrick McLean
2021-06-22 20:33 Patrick McLean
2021-02-04 3:15 Patrick McLean
2021-01-09 19:45 Patrick McLean
2021-01-07 7:49 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1669994588.52e383ef31529fef8a5b78e460ff899c89e69a8b.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox