From 764b1aaf60404fefd4346e83aa222bc72d49b05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 12:01:44 +0200 Subject: [PATCH] dev-python/uritemplate: 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/uritemplate/Manifest | 1 + dev-python/uritemplate/uritemplate-4.2.0.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest index 9c7b58054dba4..92c953fba5649 100644 --- a/dev-python/uritemplate/Manifest +++ b/dev-python/uritemplate/Manifest @@ -1 +1,2 @@ DIST uritemplate-4.2.0.tar.gz 33267 BLAKE2B fc2e2de096e5419c5fdcfb650396c8044029f2574e73889b7cb4c117f83f7bd9b50402cc3af4fc6df12cf6ebace38d3a799c689fbbb311907bbe12704f004f90 SHA512 1c0bda6238f651aca6126ad2e34db4af62b81666a22171f4082293804976b654cc83506d3209cc09866e682a29f8223301c62c8db420f12c38af4a23b9a1d4fe +DIST uritemplate-4.2.0.tar.gz.provenance 9255 BLAKE2B 690a9c48f00fc50dfb0e27f0e6f5c3d3768e861c7ac7f12d296a39f75b42db1795c19684e30a254cc6935846db93fa5408b895648f7cf1bd2548025b6362368f SHA512 dd910a7e6a6b0cecd0bc1467a0a2047d80f4c31ae7ea7e28215b8e3d292999e7d4a349146d3613c3b10b7bb838851ce9538c200322469489c2623fbadba0ac8a diff --git a/dev-python/uritemplate/uritemplate-4.2.0.ebuild b/dev-python/uritemplate/uritemplate-4.2.0.ebuild index d14c36c0f57c8..00f91b67c4f3a 100644 --- a/dev-python/uritemplate/uritemplate-4.2.0.ebuild +++ b/dev-python/uritemplate/uritemplate-4.2.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/python-hyper/uritemplate PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi