public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/
Date: Thu, 26 Jan 2023 18:37:40 +0000 (UTC)	[thread overview]
Message-ID: <1674758248.004b3fccce59d88b7f5aaa83b02ba395dfe6c742.chutzpah@gentoo> (raw)

commit:     004b3fccce59d88b7f5aaa83b02ba395dfe6c742
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 18:37:28 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 18:37:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004b3fcc

app-misc/tmuxp: add 1.26.0

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

 app-misc/tmuxp/Manifest            |  1 +
 app-misc/tmuxp/tmuxp-1.26.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 0de472c15788..5eccc1bbdb2f 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,3 +1,4 @@
 DIST tmuxp-1.15.0.tar.gz 842727 BLAKE2B 7e0e68ae848fdefab46a936511f57a9927b28a220e1dadb8b2531cd26a2cb6cbb7f1fd3a3a279f624a3ac8cebfeb434582cf48803d3c8bbf14b1c6960b5f2ef7 SHA512 4c9c72ddeea283ee4d0595d099dfdc178b3fdd96691ae1b02e9867096f770b4339e1f60abea985a05b974d3d620addd8b571c05db7d2914e8736322e5cf19fb6
 DIST tmuxp-1.24.1.tar.gz 856989 BLAKE2B c809ecc13f29384a43097e10fe7cad15381f50e8962050e7cd8af46e69f422ecb0d4e714555779a85cb72a4be879ef21fdecc207f6321286664a1f81024a1574 SHA512 153505b2e4c2a357c8d73ef6dbd592225a77e32d42165ff1ff80a74b9f52b77cf2d3abe59e9065c3414ce40a32a8a22b63395c9ae958ed14e73a3c03ce1382fb
 DIST tmuxp-1.25.0.tar.gz 857012 BLAKE2B d472e0bc34b12f6aac87a0f608ec1e78f52bb54c9e068c5fec53fb8a9a0f70041831dc62a070b4d0f81788f8bd4a0d1f1cb3e45a2d744aa010bf3ecd988e2f6c SHA512 a18dfe4a1df22fc76fb70c7ff06bda6d55a3ffafb21eb26a5ff6fb131452d5a4e2677ca1c3f58c9c6b237b6a9791a3c904f6535a2fcd7dbc1dde28da8959a3fa
+DIST tmuxp-1.26.0.tar.gz 861185 BLAKE2B 348cb2f8dfa53f8e541df0fdd2f4cd51b7230485185000a3df5d66fba26adecb159421cd1b3553e433020334c8162b7325bd2ebe499dc8788cbdc5e21a468ee7 SHA512 68459379df6918651100ba5a6c183c46b2f354bed0c484415edf0137f118f74c4104677bbcf8ba1c2fdbae8ca4259ddf756282583ef8d1408e456a016ea9c174

diff --git a/app-misc/tmuxp/tmuxp-1.26.0.ebuild b/app-misc/tmuxp/tmuxp-1.26.0.ebuild
new file mode 100644
index 000000000000..ed443aed13c8
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.26.0.ebuild
@@ -0,0 +1,42 @@
+# 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	other threads:[~2023-01-26 18:37 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 18:37 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 22:57 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/ Sam James
2024-08-11 22:57 Sam James
2024-08-11 22:14 Eli Schwartz
2024-08-11 22:13 Eli Schwartz
2024-08-11 22:13 Eli Schwartz
2024-04-18 22:20 Patrick McLean
2024-04-18 22:20 Patrick McLean
2024-03-26 19:00 Patrick McLean
2024-03-17 20:55 Patrick McLean
2024-03-17 17:18 Patrick McLean
2024-03-04 20:56 Patrick McLean
2024-02-16 23:48 Patrick McLean
2024-02-16 21:52 Patrick McLean
2024-02-15  2:19 Patrick McLean
2024-02-07 18:22 Patrick McLean
2024-02-07 18:22 Patrick McLean
2023-11-28  0:36 Patrick McLean
2023-09-25 16:19 Patrick McLean
2023-09-11 21:51 Patrick McLean
2023-09-11 21:51 Patrick McLean
2023-08-21 17:51 Patrick McLean
2023-08-21 16:51 Patrick McLean
2023-08-21 16:39 Patrick McLean
2023-06-01 21:11 Patrick McLean
2023-04-10 21:05 Patrick McLean
2023-04-10 21:05 Patrick McLean
2023-03-16 22:19 Sam James
2023-03-16 22:02 Sam James
2023-02-02  1:48 Patrick McLean
2023-02-02  1:48 Patrick McLean
2023-01-08 20:05 Patrick McLean
2023-01-08 20:05 Patrick McLean
2023-01-08 20:05 Patrick McLean
2023-01-05  7:14 Patrick McLean
2022-12-13 19:46 Patrick McLean
2022-12-02  6:26 Arthur Zamarin
2022-11-07 18:53 Patrick McLean
2022-10-31 18:34 Patrick McLean
2022-10-31 18:07 Patrick McLean
2022-09-26 18:43 Patrick McLean
2022-09-18 16:36 Sam James
2022-09-18 16:36 Sam James
2022-08-16 16:50 Patrick McLean
2022-08-08 19:28 Patrick McLean
2022-08-01 19:27 Patrick McLean
2022-05-24 19:44 Georgy Yakovlev
2022-05-24 19:01 Patrick McLean
2022-05-24 19:01 Patrick McLean
2022-05-24 18:50 Patrick McLean
2021-08-01  7:36 Sam James
2021-06-15 21:05 Patrick McLean
2021-06-15 17:57 Patrick McLean
2021-06-01 11:58 Sam James
2021-05-23 10:11 Michał Górny
2021-02-04  3:15 Patrick McLean
2021-02-04  3:15 Patrick McLean
2020-11-08 22:39 Patrick McLean
2020-11-08  3:31 Patrick McLean
2020-10-14 18:37 Patrick McLean
2020-07-31  3:47 Sam James
2020-07-29 18:18 Sam James
2020-07-27 23:07 Patrick McLean
2020-04-28 15:41 Mikle Kolyada
2020-04-28 13:12 Agostino Sarubbo
2020-02-16 19:32 Patrick McLean
2020-02-13 18:05 Patrick McLean
2020-02-13 18:05 Patrick McLean
2019-12-03  4:33 Patrick McLean
2019-09-11  0:58 Patrick McLean
2019-05-10 17:57 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=1674758248.004b3fccce59d88b7f5aaa83b02ba395dfe6c742.chutzpah@gentoo \
    --to=chutzpah@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