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 EF4EC1393D6 for ; Fri, 27 Mar 2020 07:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE47FE0E38; Fri, 27 Mar 2020 07:25:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AE518E0E38 for ; Fri, 27 Mar 2020 07:25:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D96534FA65 for ; Fri, 27 Mar 2020 07:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E58D81B1 for ; Fri, 27 Mar 2020 07:25:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585293931.c3b694e4127dec8b2f826eb8d1837dee92225746.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doublex-expects/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doublex-expects/doublex-expects-0.7.0_rc2.ebuild X-VCS-Directories: dev-python/doublex-expects/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c3b694e4127dec8b2f826eb8d1837dee92225746 X-VCS-Branch: master Date: Fri, 27 Mar 2020 07:25:44 +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: 16db3e8f-f0f4-45cc-a08a-41570d84e097 X-Archives-Hash: a1412c2e92471cc3273da4cd9ccc3b68 commit: c3b694e4127dec8b2f826eb8d1837dee92225746 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 07:08:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 07:25:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b694e4 dev-python/doublex-expects: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> .../doublex-expects-0.7.0_rc2.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/doublex-expects/doublex-expects-0.7.0_rc2.ebuild b/dev-python/doublex-expects/doublex-expects-0.7.0_rc2.ebuild deleted file mode 100644 index 3cc77029af6..00000000000 --- a/dev-python/doublex-expects/doublex-expects-0.7.0_rc2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 vcs-snapshot - -MY_PV=${PV/_/} - -DESCRIPTION="Expects matchers for Doublex test doubles assertions" -HOMEPAGE="https://github.com/jaimegildesagredo/doublex-expects" -SRC_URI="https://github.com/jaimegildesagredo/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mamba[${PYTHON_USEDEP}] ) -" -RDEPEND=" - dev-python/doublex[${PYTHON_USEDEP}] - >=dev-python/expects-0.8.0_rc1[${PYTHON_USEDEP}] -" - -python_test() { - mamba || die "Tests failed under ${EPYTHON}" -}