From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E90F9138350 for ; Thu, 13 Feb 2020 18:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 211CCE086C; Thu, 13 Feb 2020 18:05:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02EBBE086C for ; Thu, 13 Feb 2020 18:05:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DFD734ED5D for ; Thu, 13 Feb 2020 18:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0BA10A for ; Thu, 13 Feb 2020 18:05:11 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1581616451.836e647ffe81a8a646b174c472be1ba3d8929762.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmuxp/Manifest app-misc/tmuxp/tmuxp-1.5.3.ebuild X-VCS-Directories: app-misc/tmuxp/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 836e647ffe81a8a646b174c472be1ba3d8929762 X-VCS-Branch: master Date: Thu, 13 Feb 2020 18:05:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24985970-b51f-4929-b14e-8570a7586e0e X-Archives-Hash: 8adc2b75bb97eaf2694dc125e46df8cd commit: 836e647ffe81a8a646b174c472be1ba3d8929762 Author: Patrick McLean gentoo org> AuthorDate: Thu Feb 13 17:54:11 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Feb 13 17:54:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e647f app-misc/tmuxp: remove old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> app-misc/tmuxp/Manifest | 1 - app-misc/tmuxp/tmuxp-1.5.3.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest index b21ebcfcb43..467b93f0b23 100644 --- a/app-misc/tmuxp/Manifest +++ b/app-misc/tmuxp/Manifest @@ -1,2 +1 @@ -DIST tmuxp-1.5.3.tar.gz 71095 BLAKE2B 37c62eb9d334e5cca47cb4687403ad73cfffa57919770d754fb595dc26f76d248001e62e82eb7246104b74e752701ce57fa56cc78e8eeec8dc49e1522fc6b72c SHA512 9d803e715b1b75aec8940996db579ef545f5d291e64c7d4551930ec5ad683d8a5f737cc22328f0d528e709da6f613c8b3451637ec3e93ac7e9d34aea64faa0e0 DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621 SHA512 f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9 diff --git a/app-misc/tmuxp/tmuxp-1.5.3.ebuild b/app-misc/tmuxp/tmuxp-1.5.3.ebuild deleted file mode 100644 index c29c3a62950..00000000000 --- a/app-misc/tmuxp/tmuxp-1.5.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019 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="tmux session manager. built on libtmux" -HOMEPAGE="https://tmuxp.git-pull.com" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( - >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] - )" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${BDEPEND} - dev-python/kaptan[${PYTHON_USEDEP}] - dev-python/libtmux[${PYTHON_USEDEP}] - >=dev-python/click-7.0[${PYTHON_USEDEP}] - >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]" - -# tests currently failing, reported upstream -# https://github.com/tmux-python/tmuxp/issues/486 -RESTRICT="test" - -python_test() { - SHELL="/bin/bash" py.test -v || die -}