summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2020-02-13 09:54:55 -0800
committerPatrick McLean <chutzpah@gentoo.org>2020-02-13 09:54:55 -0800
commitc833e100ccebf99550b2e86726264c5e0276817c (patch)
tree3abad3a1d8008370c28b4737838ffbe97a810843 /dev-python/libtmux
parentapp-misc/tmuxp: remove old (diff)
downloadgentoo-c833e100ccebf99550b2e86726264c5e0276817c.tar.gz
gentoo-c833e100ccebf99550b2e86726264c5e0276817c.tar.bz2
gentoo-c833e100ccebf99550b2e86726264c5e0276817c.zip
dev-python/libtmux: remove old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/libtmux')
-rw-r--r--dev-python/libtmux/Manifest1
-rw-r--r--dev-python/libtmux/libtmux-0.8.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index e24e91e7cab2..cbce4865c335 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -1,2 +1 @@
-DIST libtmux-0.8.2.tar.gz 37725 BLAKE2B 909a34b1a77bb221e6fd0ca6ef9075cc9ddd4f327cecf579d8aaff768668c9a71cff07a6567cdc0aed368482188936626dfc3f35a0b6723cd962294e2fc9d5ec SHA512 02156579c91e44e312ebf162b5314381645177cba244294b3251044be35c84b996263508cdedfd25ea2c182a87a3ff457154b9ed06e919e7149583b119a5e227
DIST libtmux-v0.8.2.tar.gz 117077 BLAKE2B 52e9c7c47911797e9d2446e7fbc836f9482912e255c05d9b329d4a33f5f03d0bfad4df492902eff5605180f90efcd81a7e432174646cb2051b0f9dfa6615a91a SHA512 e5f3768f4ddd746c5380a92899961be05b1b6c567d9333720b0fd9ed124131671bbecf1c04a7c4e658092424b6dc89dd656ba559385b0a6f673f9895dd6c829c
diff --git a/dev-python/libtmux/libtmux-0.8.2.ebuild b/dev-python/libtmux/libtmux-0.8.2.ebuild
deleted file mode 100644
index 6b0c61adbd90..000000000000
--- a/dev-python/libtmux/libtmux-0.8.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="python api for tmux"
-HOMEPAGE="https://libtmux.git-pull.com/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${BDEPEND}
- test? (
- >=dev-python/pytest-4.5.0[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )"
-RDEPEND="app-misc/tmux"
-
-# tests aren't included in the dist tarball
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}