summaryrefslogtreecommitdiff
path: root/dev-python/pytest-cases
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-16 17:59:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-16 17:59:11 +0000
commit0ade6675fecfb65b4292f5603be2e68a50a3c4a1 (patch)
treeef0a1612b4386af11c696382f0833b3a8889f814 /dev-python/pytest-cases
parent315eab281df9384904e069f721ab393b49798b60 (diff)
downloadbaldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.tar.gz
baldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.tar.xz
baldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-cases')
-rw-r--r--dev-python/pytest-cases/Manifest2
-rw-r--r--dev-python/pytest-cases/pytest-cases-3.8.6.ebuild (renamed from dev-python/pytest-cases/pytest-cases-3.8.2.ebuild)5
2 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/pytest-cases/Manifest b/dev-python/pytest-cases/Manifest
index 60bc27957113..312c73d614f5 100644
--- a/dev-python/pytest-cases/Manifest
+++ b/dev-python/pytest-cases/Manifest
@@ -1 +1 @@
-DIST pytest-cases-3.8.2.tar.gz 1094993 BLAKE2B 2a5b1dd57dca9b159756287b8bd4d2a54fa1f48e2256959343bb196867ab57ff6852826744f166ac39dbb0f06bcce4918a718a1097d5d2e3841b0a516838bf40 SHA512 5da2b8db56e91d3f0948b90b9225d21fad5c4cf2c319388844aca9b74b69ec9c91f7a661e28cc06b9ab8a85a11272fc4d5fc81d0d9d4b0abff80fb83d34744ad
+DIST pytest_cases-3.8.6.tar.gz 1092150 BLAKE2B 6db9e9e2116a5b961c615eec344439dd5afd86f6727e22ecdcce903368768886a89818a29766212b4ad663f9e7c2c004e3fb439937ce2a468dd7a3ac2adf7f04 SHA512 fe887a09ea63772c0c624afc35601c398b47884bf6f7571ffd5856a4c00df8633acdf6562972329c12ba27d54307c58435d1dcbd661fe7d32483e64fba40aff5
diff --git a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild b/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild
index 16fca87311e8..8197af9190af 100644
--- a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild
+++ b/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild
@@ -1,11 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
DOCS_BUILDER="mkdocs"
DOCS_DEPEND=(
@@ -31,11 +30,9 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
-# https://github.com/smarie/python-pytest-cases/issues/330
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
- <dev-python/pytest-8[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-harvest[${PYTHON_USEDEP}]
dev-python/pytest-steps[${PYTHON_USEDEP}]