From 89ea1b9232007c15a075cc9ce695bf7b3c79449c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 09:40:38 +0200 Subject: [PATCH] dev-python/pytest-plus: Enable provenance check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-plus/Manifest | 1 + dev-python/pytest-plus/pytest-plus-0.8.1.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest index e72c5d01f0e46..6941c7edf668f 100644 --- a/dev-python/pytest-plus/Manifest +++ b/dev-python/pytest-plus/Manifest @@ -1 +1,2 @@ DIST pytest_plus-0.8.1.tar.gz 15444 BLAKE2B 9f838340746fba1556f34fc212f36cfeffa91d51d7a78ee15c94df065274c117dcf80d137e70a8753961f3744f0fa33072ff225740871728f6f2dda1f81f00d7 SHA512 d84ec863522610fb66b8214da4fa626345da7afb6a127717bb8d3ba0c5c8bd91f0b756f4f1ca2e81f9c38c0ada7ddefa2879bc6b9969b1643c46b59c72e092e6 +DIST pytest_plus-0.8.1.tar.gz.provenance 9313 BLAKE2B 626b3353d9210497f4379ffa36c785eca4bffd9514f553cd8859d33b1c791bfaaf862beeff2503b6eac3d6dd13f0be73ec9c89ad2652bec6f2b36dcec12ba1f5 SHA512 26cfe4f3fa28d70ca92f16a6c3128547639e631c7d8f6f3d8e1004409f796ca6b4b267e41012d8e1bd809e449f7ec791e55582fb3839478215398f46a0939cc2 diff --git a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild b/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild index 0b7fdd8eb9739..3aea152bb2a75 100644 --- a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild +++ b/dev-python/pytest-plus/pytest-plus-0.8.1.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-plus PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi