From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/
Date: Sun, 8 Nov 2020 03:31:34 +0000 (UTC) [thread overview]
Message-ID: <1604806286.b7fa2e3bf9df3acb9afd1b8ed9d974be00b3bd2f.chutzpah@gentoo> (raw)
commit: b7fa2e3bf9df3acb9afd1b8ed9d974be00b3bd2f
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 03:31:26 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 03:31:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fa2e3b
app-misc/tmuxp-1.6.1: Version bump
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/tmuxp/Manifest | 1 +
app-misc/tmuxp/tmuxp-1.6.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 8888088c614..684eefc43fc 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,3 +1,4 @@
DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621 SHA512 f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9
DIST tmuxp-1.5.5.tar.gz 856665 BLAKE2B fa18222840b9c221de48a78291243776a66a7aec3221f23be3218f81eae0d15ce5a4568f7eff679c01793d4ac4d441f6714c37d9ac3c9f705af49214f5dc2570 SHA512 61c14197af7742b48dab95443bb818ede20d26aa46ab2e89b883a34e2bcec910d8210fc1358fc88f96ccc637c47d6432082cd58995b80a43234cebba95240ebc
DIST tmuxp-1.5.6.tar.gz 883700 BLAKE2B c8ad08c709aa1763cc046a05c6241983d2cdd33ca530ce0510ae7bb68ce3e340d40c6ec23c9544ef8b0d8da38aad74305e13d7b6348b0f46da929e94b3e862ff SHA512 1db74aa9ee6274aacec127aff210e8ed64176142991a9691c31c59ef0370503dddeb35b69c0a8229204968308c68788d408d6a5e0bc2ad1fb3320727ea4994f9
+DIST tmuxp-1.6.1.tar.gz 1013956 BLAKE2B db2d875f27aa6cdcbcbc4cf62f9115738a74c56a66c5f03d61baf293250558212025cdf7d9a7a426da0b520777e27ed959f557b814932cb42d473dca38a088e9 SHA512 8d9a0a72b99ed4d3e4ee230c28c204c7da5cb48fab2dfc9c8415e7ac359dcc7868e55c6b6c3b126ba0ab14439f22ed50308b6cb082d1e88f518a234893d7bd7c
diff --git a/app-misc/tmuxp/tmuxp-1.6.1.ebuild b/app-misc/tmuxp/tmuxp-1.6.1.ebuild
new file mode 100644
index 00000000000..f2965eb4e66
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+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"
+IUSE="test"
+
+RDEPEND="
+ >=app-misc/tmux-3.0a
+ >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
+ >=dev-python/libtmux-0.8.5[${PYTHON_USEDEP}]
+ <dev-python/libtmux-0.9[${PYTHON_USEDEP}]
+ >=dev-python/click-7.0[${PYTHON_USEDEP}]
+ <dev-python/click-8.0[${PYTHON_USEDEP}]
+ >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+ test? (
+ >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
+ !dev-python/flaky
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2020-11-08 3:31 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-08 3:31 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-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-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-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=1604806286.b7fa2e3bf9df3acb9afd1b8ed9d974be00b3bd2f.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