commit: bb0ba2050e6bc6db7b8c0a99b024baacb752a12e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 16:21:02 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 16:22:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0ba205
dev-python/unearth: Verify provenance Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/unearth/Manifest | 1 + dev-python/unearth/unearth-0.17.5.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/unearth/Manifest b/dev-python/unearth/Manifest index f94892f4c9aa..43abff1efae0 100644 --- a/dev-python/unearth/Manifest +++ b/dev-python/unearth/Manifest @@ -1 +1,2 @@ DIST unearth-0.17.5.tar.gz 284542 BLAKE2B 091813721c1d2218a75cf47c5cf07a818e9f21b567d5afab25d1585efd77de6a94d3ce14c46b89943ca833e78c2624e90804964b14161c18a45c4ade0a0125ef SHA512 8a4d273c216296ca7d86d0a2aadb0a9626b9cd606819b45dc80b02211d0e6bf11c2903d33a389ca4b10d88b800a94f2cce5349051bd97c5b66d13186c55074b6 +DIST unearth-0.17.5.tar.gz.provenance 9059 BLAKE2B 05dd9970903e4c87fdb2b1ece357ad309dce351b7d461ce9409e34a333576fe3c230afcc675997272015c5f25f390f54fa1b6ec19249edd12c2938d5f1674379 SHA512 ffbc09e43ecbdf3260157226e9d1b1a39bed90e20c6b9542ab5531ef853d3c1d3a1ef6a671f3dbfaeb90aec62432d85af266c1b55327e4d690155e85fb6d25d5 diff --git a/dev-python/unearth/unearth-0.17.5.ebuild b/dev-python/unearth/unearth-0.17.5.ebuild index e33ba8f0bd4e..1674c62335d0 100644 --- a/dev-python/unearth/unearth-0.17.5.ebuild +++ b/dev-python/unearth/unearth-0.17.5.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend +PYPI_VERIFY_REPO=https://github.com/frostming/unearth PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi
