From 21616d4521c47fc859035ab3939842cddd56e374 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Aug 2022 08:15:38 +0100 Subject: gentoo auto-resync : 09:08:2022 - 08:15:37 --- app-misc/tmuxp/tmuxp-1.12.0.ebuild | 43 -------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 app-misc/tmuxp/tmuxp-1.12.0.ebuild (limited to 'app-misc/tmuxp') diff --git a/app-misc/tmuxp/tmuxp-1.12.0.ebuild b/app-misc/tmuxp/tmuxp-1.12.0.ebuild deleted file mode 100644 index e4488877fe08..000000000000 --- a/app-misc/tmuxp/tmuxp-1.12.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} 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 -} -- cgit v1.2.3