From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/
Date: Mon, 1 Aug 2022 19:27:48 +0000 (UTC) [thread overview]
Message-ID: <1659382064.8e3c95e355fa72c7172d6180952b318074d3b8e6.chutzpah@gentoo> (raw)
commit: 8e3c95e355fa72c7172d6180952b318074d3b8e6
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 1 19:27:37 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Aug 1 19:27:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3c95e3
app-misc/tmuxp: add 1.12.0
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/tmuxp/Manifest | 1 +
app-misc/tmuxp/tmuxp-1.12.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index f06e01b7a427..f39378b48fdf 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,2 +1,3 @@
DIST tmuxp-1.11.1.tar.gz 830701 BLAKE2B 37f23abf16ef78b27f04e6af9c95990d39173e62fb4ab2c898fb45075242ee2761e0c69b8f391cb59d4fd2ccee8d157650718450814ebd06716c54afd0e59338 SHA512 23cf70cffa86e8478f39661951ca468b09a8caa3e7c8a9114011a5a5440fa817c3425b38cbf00b9b7966ac1449094d101f74a450e77c153e9a1d9ca73c49e856
+DIST tmuxp-1.12.0.tar.gz 839506 BLAKE2B 83111ee0c24611f762ddd1c22f81f164c29fd89d9e581483a6cc826f65e943228af5aea6779b3f715ea911631ccfe0ef8027a2e9a4db658fd2c66bdcc46195ee SHA512 e6c24ae0be116a627902628ea08efc3c4e33436ecc86007fa3906f4e3eb22fa3b7cc275eeec0ca336ad0d6a18d897a1a1a6f962b8219ee58faad57b63601335b
DIST tmuxp-1.9.4.tar.gz 821650 BLAKE2B 34454919e811bc4901dcb570046b45d481934ab36f9b8f50753972fe6545ca9e487b2f04ee818c4b54eea01181c62efb1f5262ab033f2fc92c3cee3828d16bf4 SHA512 ecf113011231a03998b3be2d146f7e6c6cc2ccfc36af59b88d51e09726259c92dc4360bde569fba13ca8d81eb9639f85b45cd5f4b50d70d347e3237e396ea446
diff --git a/app-misc/tmuxp/tmuxp-1.12.0.ebuild b/app-misc/tmuxp/tmuxp-1.12.0.ebuild
new file mode 100644
index 000000000000..e4488877fe08
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.12.0.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..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
+}
next reply other threads:[~2022-08-01 19:27 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-01 19:27 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 23:30 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/ Patrick McLean
2025-02-20 18:56 Patrick McLean
2025-02-10 23:50 Patrick McLean
2025-01-06 18:54 Patrick McLean
2024-12-18 23:31 Patrick McLean
2024-11-27 5:47 Michał Górny
2024-08-11 22:57 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-26 18:37 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-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=1659382064.8e3c95e355fa72c7172d6180952b318074d3b8e6.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