Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-randomly/
Date: Tue, 02 Nov 2021 03:40:44
Message-Id: 1635824436.34c5288bd1bdd4a428619511de37a72b56311522.Alessandro-Barbieri@gentoo
1 commit: 34c5288bd1bdd4a428619511de37a72b56311522
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 1 20:34:04 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Nov 2 03:40:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34c5288b
7
8 dev-python/pytest-randomly: add 3.10.1, drop 3.8.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/pytest-randomly/Manifest | 2 +-
13 ...t-randomly-3.8.0.ebuild => pytest-randomly-3.10.1.ebuild} | 12 ++++--------
14 2 files changed, 5 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-python/pytest-randomly/Manifest b/dev-python/pytest-randomly/Manifest
17 index 7ec2d1286..f9a707eb9 100644
18 --- a/dev-python/pytest-randomly/Manifest
19 +++ b/dev-python/pytest-randomly/Manifest
20 @@ -1 +1 @@
21 -DIST pytest-randomly-3.8.0.tar.gz 26376 BLAKE2B b51fb09e887fb20783edaecc6494d22c9e66c4c87aabe5368f85b492681c29c9283ddc70821801442d4908a76ba64e70ee04433f5bd3639bae0cf198c950dcb1 SHA512 eabed09478f3047f181b4efe1057d15dda5686f85d3321083fbd443e5dd036f9fc9bfca2048ff898a194d59349e46ebf6258f03caccf649e891bb0bc6d6ef863
22 +DIST pytest-randomly-3.10.1.tar.gz 28000 BLAKE2B 662f28e34db5dace9d421d91bb8baf3775c7e5163fa93eeb12cbe3de251ea5425d995301e193253f55a602d98deeaf0dc2e676be9bdb7a97db93ba54fa9cfa5f SHA512 d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c
23
24 diff --git a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild
25 similarity index 81%
26 rename from dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild
27 rename to dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild
28 index ec85af5d7..7801000c4 100644
29 --- a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild
30 +++ b/dev-python/pytest-randomly/pytest-randomly-3.10.1.ebuild
31 @@ -1,7 +1,7 @@
32 # Copyright 1999-2021 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI="7"
36 +EAPI=8
37
38 PYTHON_COMPAT=( python3_{8,9} )
39
40 @@ -19,19 +19,15 @@ SLOT="0"
41 KEYWORDS="~amd64"
42
43 RDEPEND="
44 - dev-python/docutils[${PYTHON_USEDEP}]
45 dev-python/factory_boy[${PYTHON_USEDEP}]
46 dev-python/Faker[${PYTHON_USEDEP}]
47 dev-python/numpy[${PYTHON_USEDEP}]
48 dev-python/pytest[${PYTHON_USEDEP}]
49 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
50
51 - $(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]' python3_9)
52 -"
53 -BDEPEND="
54 - test? (
55 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
56 - )
57 + $(python_gen_cond_dep '>=dev-python/importlib_metadata-3.6.0[${PYTHON_USEDEP}]' python3_{8,9})
58 "
59 +DEPEND="${RDEPEND}"
60
61 distutils_enable_tests pytest