summaryrefslogtreecommitdiff
path: root/dev-python/pytest-order
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/pytest-order
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-order')
-rw-r--r--dev-python/pytest-order/Manifest3
-rw-r--r--dev-python/pytest-order/pytest-order-1.5.0.ebuild (renamed from dev-python/pytest-order/pytest-order-1.3.0.ebuild)12
2 files changed, 5 insertions, 10 deletions
diff --git a/dev-python/pytest-order/Manifest b/dev-python/pytest-order/Manifest
index 69891c3c3c28..0b8450f3238e 100644
--- a/dev-python/pytest-order/Manifest
+++ b/dev-python/pytest-order/Manifest
@@ -1,3 +1,4 @@
-DIST pytest_order-1.3.0.tar.gz 47544 BLAKE2B 9f061910babc8f9ffe25180cc3d4c708c97fbd6afd167ce5d937b57977de1694c2be2abf1995ad91d6aa15c2593d14e39576ada3dfc4e33132cc1a813ea44d5e SHA512 e6accdf49fee88b4911eca991a404e00071a58291bdd564a361640ede68e4c3f80ad79522075258f9e7451dd704627c2950922015f66068dd4969e9da20caef9
DIST pytest_order-1.4.0.tar.gz 49891 BLAKE2B 8cd9b4586ba5093b96ea96a777717a736e64d6dc0502b6919feaab6c694a4d01d3a5e57dc80879aee767d193e9bbb307abc0dbcb4d5c6022fb3c0ea47518c266 SHA512 11213fd825a5092d273a3a3508816097f5f376ea9457cd445be796bdeb2a672bfaedd8acbd278f3012152faf0cb5ec8de647fe86499745e541409a32bb888ec0
DIST pytest_order-1.4.0.tar.gz.provenance 9826 BLAKE2B f5a825ad31ed44d024e334fe4f2a6d00c22932c61b7ff622ae16a64bbf8c176601eee95f4ba27149ddf63bffbd3c80f62c59d2da87d034794d4f2c645a93f554 SHA512 6b7ae442c1de7df9e17cb336bdac232fb3688d64df7a98323cfc649fe23595bef8f95ccd6158a718e3fdf34bcdf326e0610ee40486193d1cfeb08fe5eeffe19a
+DIST pytest_order-1.5.0.tar.gz 54136 BLAKE2B 8cd121c94eb85187c44cbfd7bce359979cf75c1cc0f363cdb23d9f05c93dcfb029b17f4b6cb81bb1a899c08f06e3bcd34ed3b7ad27f2bf3d528315017f9f931e SHA512 cfee7cd4c9153eee4d25e59991d905680950265d8c64efc40304e32b8eaaf631017f9f27ebf8491bc8b9e07bad027927ae9091abf5394a21e9904ef5d2ed73f7
+DIST pytest_order-1.5.0.tar.gz.provenance 10023 BLAKE2B 897aed897e6055c3cb85fe41c751450e6f14aa9bb6625b7609c5966f04a1204335d53adfc51d2f6232a89975feb4ce6e5b209211ba9adf6f4f7fbac13ca13097 SHA512 23ba9315244650d00b041bfd93382c29247887524e018eb6b078034b14acf6bfdc6fae2f29e222f2932773bca4de16168af181ec20d48e8d1bc91e2be026d013
diff --git a/dev-python/pytest-order/pytest-order-1.3.0.ebuild b/dev-python/pytest-order/pytest-order-1.5.0.ebuild
index c815b0a8fb4b..9447e07196dd 100644
--- a/dev-python/pytest-order/pytest-order-1.3.0.ebuild
+++ b/dev-python/pytest-order/pytest-order-1.5.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-order
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
@@ -19,14 +20,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
- >=dev-python/pytest-6.4.2[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
+ >=dev-python/pytest-7.4[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( "${PN}" pytest-{mock,xdist} )