dev-python/freezegun: Enable provenance check

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 08:50:04 +02:00
parent e105bccb34
commit 46fada6340
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST freezegun-1.5.5.tar.gz 35914 BLAKE2B 22d0a886b336b12a17af0658c24462f0042a184efd488595967199159f8906d273d81709122ccadee01ea11d411c192f66a24b738d5d0b11b59c95f9622da4ed SHA512 6c36604f2b314bd004fb3d1365998ec2e9ae2703117e15fbc14639a389e4713d3082d4b30507695588579982f22c237722e16362b1cdf848c22bd8834dbbdd92
DIST freezegun-1.5.5.tar.gz.provenance 9362 BLAKE2B 5934d5e779ae665a30914425d84e3a45448be9486e290e4d21867cd5c181fc7981a2779612a50bc0dfb71fbbe46707d4a6270725a3e9142c042554007fbe6758 SHA512 83c073f5154ab5b9c55df120b4013442f91cc2381fa7ab95c9230f858aaa53e21c6565b485f7d481f981bce3d23690bfdce2401021e9208d55a545f6be343ee6

View File

@@ -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/spulec/freezegun
PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi