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 BAF1815802F for ; Thu, 16 Mar 2023 14:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EAC5E0827; Thu, 16 Mar 2023 14:00:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6017E0825 for ; Thu, 16 Mar 2023 13:59:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3EC233BE4D for ; Thu, 16 Mar 2023 13:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBE58E4 for ; Thu, 16 Mar 2023 13:59:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678974880.1bef9af981f13d209f9cfe393d3d515ef65d36ea.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-randomly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-randomly/pytest-randomly-3.12.0-r1.ebuild dev-python/pytest-randomly/pytest-randomly-3.12.0.ebuild X-VCS-Directories: dev-python/pytest-randomly/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1bef9af981f13d209f9cfe393d3d515ef65d36ea X-VCS-Branch: master Date: Thu, 16 Mar 2023 13:59:56 +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: b53f2bce-c7b1-4643-94d3-f3d32fee3b31 X-Archives-Hash: 2f75517f710778aaaf182734c19c346b commit: 1bef9af981f13d209f9cfe393d3d515ef65d36ea Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Mar 16 13:54:40 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Mar 16 13:54:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bef9af9 dev-python/pytest-randomly: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> ...2.0.ebuild => pytest-randomly-3.12.0-r1.ebuild} | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/dev-python/pytest-randomly/pytest-randomly-3.12.0.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.12.0-r1.ebuild similarity index 74% rename from dev-python/pytest-randomly/pytest-randomly-3.12.0.ebuild rename to dev-python/pytest-randomly/pytest-randomly-3.12.0-r1.ebuild index 0bdfe9710..b67d4e9e7 100644 --- a/dev-python/pytest-randomly/pytest-randomly-3.12.0.ebuild +++ b/dev-python/pytest-randomly/pytest-randomly-3.12.0-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) - inherit distutils-r1 DESCRIPTION="Pytest plugin to randomly order tests and control random.seed" @@ -19,17 +18,15 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/importlib_metadata-3.6.0[${PYTHON_USEDEP}]' python3_{8,9}) -" -# tests pytest-xdist integration -BDEPEND="test? ( - dev-python/factory-boy[${PYTHON_USEDEP}] - dev-python/Faker[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] -)" +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/Faker[${PYTHON_USEDEP}] + dev-python/factory-boy[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" # tests pytest-xdist integration EPYTEST_DESELECT=( tests/test_pytest_randomly.py::test_entrypoint_injection