From c8d60dada2ec8eb48b2d2b290cd6683ccec40e39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Feb 2021 21:41:11 +0000 Subject: gentoo (valentine's day) resync : 14.02.2021 --- app-misc/tmuxp/tmuxp-1.6.2.ebuild | 41 --------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 app-misc/tmuxp/tmuxp-1.6.2.ebuild (limited to 'app-misc/tmuxp/tmuxp-1.6.2.ebuild') diff --git a/app-misc/tmuxp/tmuxp-1.6.2.ebuild b/app-misc/tmuxp/tmuxp-1.6.2.ebuild deleted file mode 100644 index 11bc8626133d..000000000000 --- a/app-misc/tmuxp/tmuxp-1.6.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..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/click-7.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}" -} -- cgit v1.2.3