dev-python/jeepney: Enable provenance check

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

View File

@@ -1 +1,2 @@
DIST jeepney-0.9.0.tar.gz 106758 BLAKE2B 40a19ffaacbb286e645292592573e04098f0604914e796272720bb6af3f927f048d624f34a3443a2b8ae6de8d92dba2d631f1e4bcdd004ea3cb7affcb2f1b504 SHA512 2d47ba3f8b652abe5b5b5cde5cb66600c2914207a45973e3ca28a0561e61d98827751ff32c6019ef9e2507ee5c2879ef1ef0d732870d208b500f7b52f3c6229c
DIST jeepney-0.9.0.tar.gz.provenance 8083 BLAKE2B 98e91f2161fae357f7b12d4179d6b0e8c038e4d82736803c431be2c45cb32f4c2bc1e5275759d23af1ad510031fbd0a682064ade2f1b85260a3c933c2498cec2 SHA512 1acfcaf9b89b57eade49d8124abaf1f92aec168c44a2c75bc5b2d0179c8935e1ecdb9d6cd4b92f6bbcd9158de883d51ae35fe817fa448536a9d449207f3f1ae6

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://gitlab.com/takluyver/jeepney
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi