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 970E71382C5 for ; Sat, 6 Jan 2018 00:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495BBE096B; Sat, 6 Jan 2018 00:44:38 +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 2877FE096B for ; Sat, 6 Jan 2018 00:44:38 +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 42200335C44 for ; Sat, 6 Jan 2018 00:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5163F1B0 for ; Sat, 6 Jan 2018 00:44:34 +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: <1515199466.ced81b680b20d3cbbb79a185071a4d32598213a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xprocess/Manifest dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild X-VCS-Directories: dev-python/pytest-xprocess/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ced81b680b20d3cbbb79a185071a4d32598213a4 X-VCS-Branch: master Date: Sat, 6 Jan 2018 00:44:34 +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-Archives-Salt: 4d485408-bf5b-485a-82e8-3b7ced6ca2a3 X-Archives-Hash: 6991d053473126f6cf2b94664d373aa7 commit: ced81b680b20d3cbbb79a185071a4d32598213a4 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 23:33:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 00:44:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced81b68 dev-python/pytest-xprocess: Clean old up dev-python/pytest-xprocess/Manifest | 1 - .../pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest index c88670d4e65..d41ea14f99c 100644 --- a/dev-python/pytest-xprocess/Manifest +++ b/dev-python/pytest-xprocess/Manifest @@ -1,2 +1 @@ DIST pytest-xprocess-0.12.1.tar.gz 12078 BLAKE2B 30c3c2b41e79b79c5a18911c325ff273b80c45f29d269b96c4085c0c78a6897b2064eb1d2e83f9c061c4663d2f52d88230d9e87ea2ba4d114c6e04f42aa50a5e SHA512 fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927 -DIST pytest-xprocess-0.9.1.tar.gz 7214 BLAKE2B 06e5bb154d0fff147468f7edc444689d949e4c17ad07288445c2a0880e3738fed4eb2bd4495b588797acdf5ce00d3cc383ef98e9c2da1c1501d6dc8c303ce82c SHA512 1c77112793d7be892746da3b303421d50be9406c9fc0eb3ad85f9cc6120275bad8994a0b9d2fff61172e67ed68631c9a42c9616d3d3e965cb6d053ccb77b54dd diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild deleted file mode 100644 index 312fcd440e0..00000000000 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Manage external processes across test runs" -HOMEPAGE="https://pypi.python.org/pypi/pytest-xprocess/ https://bitbucket.org/pytest-dev/pytest-xprocess" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - || ( - dev-python/pytest-cache[${PYTHON_USEDEP}] - >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] - ) - dev-python/psutil[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] - dev-python/pytest-cache[${PYTHON_USEDEP}] ) -" - -python_test() { - PYTEST_PLUGINS="pytest_xprocess" py.test -v -v || die -}