dev-python/blinker: Enable provenance check

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

View File

@@ -1 +1,2 @@
DIST blinker-1.9.0.tar.gz 22460 BLAKE2B ad77406c35b3d6c1979387d3675fa580ade063a16e1fd15d1628ed7bc8a3e71bf8e1a857257d1278deae5e23426b106f2b02648ff75c39e60909285d6a668d64 SHA512 587eaead4750eb742209703d792498293579dc55afc855498066b49a067527b6b3eccbe9a35ddbacc2cb1b7ced0bb3bb7a5716dba82d87b434a6ca8281bd76e5
DIST blinker-1.9.0.tar.gz.provenance 9033 BLAKE2B 294cc110afd7bfc26c645eed7dd5b2d2184352258c4ded613c9210d738065e600591e1877f89485f31d26641515837d555e26c8b6727a985df6bfc57601d9b0b SHA512 4820cff34914cea37537fe5cff0ca6669192a90762f10fc41927b30402b57d784346ac86d9af4f7258e34f0cbcd69684e8d057cbc02a7e3486419704266dcb34

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=flit
PYPI_VERIFY_REPO=https://github.com/pallets-eco/blinker
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi