summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2021-02-03 19:14:53 -0800
committerPatrick McLean <chutzpah@gentoo.org>2021-02-03 19:14:53 -0800
commite098918e6c022f7112865f988f13fee32d6c68a4 (patch)
tree879062b8c7bdbcf7fe6bf08b2210d16ba5fb5174 /app-misc/tmuxp/tmuxp-1.5.5.ebuild
parentapp-misc/tmuxp-1.6.5: Version bump (diff)
downloadgentoo-e098918e6c022f7112865f988f13fee32d6c68a4.tar.gz
gentoo-e098918e6c022f7112865f988f13fee32d6c68a4.tar.bz2
gentoo-e098918e6c022f7112865f988f13fee32d6c68a4.zip
app-misc/tmuxp: Remove old
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-misc/tmuxp/tmuxp-1.5.5.ebuild')
-rw-r--r--app-misc/tmuxp/tmuxp-1.5.5.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/tmuxp/tmuxp-1.5.5.ebuild b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
deleted file mode 100644
index 690c067f7ded..000000000000
--- a/app-misc/tmuxp/tmuxp-1.5.5.ebuild
+++ /dev/null
@@ -1,39 +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[${PYTHON_USEDEP}]
- >=dev-python/libtmux-0.8[${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/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
-}