commit: 34c5288bd1bdd4a428619511de37a72b56311522
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov 1 20:34:04 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <lssndrbarbieri <AT> 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