From 5d5e56d92268c2b9b6ccc38eeaa3516ce9b1e8fd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Sep 2023 04:40:07 +0100 Subject: gentoo auto-resync : 12:09:2023 - 04:40:07 --- app-misc/tmuxp/tmuxp-1.28.1.ebuild | 42 -------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 app-misc/tmuxp/tmuxp-1.28.1.ebuild (limited to 'app-misc/tmuxp/tmuxp-1.28.1.ebuild') diff --git a/app-misc/tmuxp/tmuxp-1.28.1.ebuild b/app-misc/tmuxp/tmuxp-1.28.1.ebuild deleted file mode 100644 index 35f445534527..000000000000 --- a/app-misc/tmuxp/tmuxp-1.28.1.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.22.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 - ) -" - -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 -} -- cgit v1.2.3