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 A8242158089 for ; Wed, 3 Nov 2021 11:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC4DE087A; Wed, 3 Nov 2021 11:12:46 +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 DE5D6E087A for ; Wed, 3 Nov 2021 11:12:45 +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 C6F5C343040 for ; Wed, 3 Nov 2021 11:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F16191BA for ; Wed, 3 Nov 2021 11:12:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635824436.34c5288bd1bdd4a428619511de37a72b56311522.andrewammerlaan@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/Manifest dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild X-VCS-Directories: dev-python/pytest-randomly/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 34c5288bd1bdd4a428619511de37a72b56311522 X-VCS-Branch: master Date: Wed, 3 Nov 2021 11:12:40 +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: c4d28fc2-43fe-4800-82eb-75f55f22d821 X-Archives-Hash: 555d64872fe61e8ccd9029bd934f08e5 commit: 34c5288bd1bdd4a428619511de37a72b56311522 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Nov 1 20:34:04 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Nov 2 03:40:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34c5288b dev-python/pytest-randomly: add 3.10.1, drop 3.8.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pytest-randomly/Manifest | 2 +- ...t-randomly-3.8.0.ebuild => pytest-randomly-3.10.1.ebuild} | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-python/pytest-randomly/Manifest b/dev-python/pytest-randomly/Manifest index 7ec2d1286..f9a707eb9 100644 --- a/dev-python/pytest-randomly/Manifest +++ b/dev-python/pytest-randomly/Manifest @@ -1 +1 @@ -DIST pytest-randomly-3.8.0.tar.gz 26376 BLAKE2B b51fb09e887fb20783edaecc6494d22c9e66c4c87aabe5368f85b492681c29c9283ddc70821801442d4908a76ba64e70ee04433f5bd3639bae0cf198c950dcb1 SHA512 eabed09478f3047f181b4efe1057d15dda5686f85d3321083fbd443e5dd036f9fc9bfca2048ff898a194d59349e46ebf6258f03caccf649e891bb0bc6d6ef863 +DIST pytest-randomly-3.10.1.tar.gz 28000 BLAKE2B 662f28e34db5dace9d421d91bb8baf3775c7e5163fa93eeb12cbe3de251ea5425d995301e193253f55a602d98deeaf0dc2e676be9bdb7a97db93ba54fa9cfa5f SHA512 d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c diff --git a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild similarity index 81% rename from dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild rename to dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild index ec85af5d7..7801000c4 100644 --- a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild +++ b/dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 PYTHON_COMPAT=( python3_{8,9} ) @@ -19,19 +19,15 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] dev-python/factory_boy[${PYTHON_USEDEP}] dev-python/Faker[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]' python3_9) -" -BDEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) + $(python_gen_cond_dep '>=dev-python/importlib_metadata-3.6.0[${PYTHON_USEDEP}]' python3_{8,9}) " +DEPEND="${RDEPEND}" distutils_enable_tests pytest