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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F3CB158011 for ; Mon, 10 Jan 2022 19:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B97D42BC010; Mon, 10 Jan 2022 19:50:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A33F2BC010 for ; Mon, 10 Jan 2022 19:50:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2917B342FDD for ; Mon, 10 Jan 2022 19:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D47728E for ; Mon, 10 Jan 2022 19:50:17 +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: <1641844214.b6f6f0f5a6a16c874dc38141379a09046b7067b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-forked/Manifest dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild X-VCS-Directories: dev-python/pytest-forked/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b6f6f0f5a6a16c874dc38141379a09046b7067b8 X-VCS-Branch: master Date: Mon, 10 Jan 2022 19:50:17 +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: 36f7e211-06f0-4cb4-bf7e-d6aec28347ef X-Archives-Hash: c0bba8aa97b642d854c2bc8808589da9 commit: b6f6f0f5a6a16c874dc38141379a09046b7067b8 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 10 19:49:50 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 10 19:50:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f6f0f5 dev-python/pytest-forked: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-forked/Manifest | 1 - .../pytest-forked/pytest-forked-1.3.0-r1.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/pytest-forked/Manifest b/dev-python/pytest-forked/Manifest index a0ca355af796..d7573e6bb5a9 100644 --- a/dev-python/pytest-forked/Manifest +++ b/dev-python/pytest-forked/Manifest @@ -1,2 +1 @@ -DIST pytest-forked-1.3.0.tar.gz 9850 BLAKE2B cbe44d87052c5a3bc58934ac17153401810004aaa38b53ff3100384535cb2ea0fa99dada706113f324fa0a135ddbd9b97488319b4a9554d912388c341b62943c SHA512 25d639aa43380155d7744f1d05a95e0144f5fe7dea42ff3c2bba3803a07d73b5eb008525469330c5dda14800fe4b611241691be197132f31f88f66930c3ecac0 DIST pytest-forked-1.4.0.tar.gz 10197 BLAKE2B 7a6ec42f7ad1323eea243739a9186fb87eac3016afef844ec39a6e3fd55f7d40b1410fcc27074624f8468e6dabddffcc22ea0597bbbd898fab71c82c06e25b46 SHA512 ba402aec6dbec7a94815913192a49390b637a123d3557f48d809ae2e871e9e0cff8f9d0feb99e2bd06fe9486520b5e539f397d39475a720f8283b1bd21c751c7 diff --git a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild b/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild deleted file mode 100644 index 1047da546dfa..000000000000 --- a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="run tests in isolated forked subprocesses" -HOMEPAGE="https://pypi.org/project/pytest-forked/ https://github.com/pytest-dev/pytest-forked" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -# Please do not RDEPEND on pytest; this package won't do anything -# without pytest installed, and there is no reason to force older -# implementations on pytest. -RDEPEND=" - dev-python/py[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - >=dev-python/pytest-3.10[${PYTHON_USEDEP}] - )" - -python_test() { - distutils_install_for_testing - epytest -p no:flaky -}