dev-python/requests-unixsocket: Enable provenance check

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

View File

@@ -1 +1,2 @@
DIST requests_unixsocket-0.4.1.tar.gz 23476 BLAKE2B a0a118e0fb8060e20389aaf170c8e1cedaca2d5d721af1195e98ccebc0de55a4d341baf74e88d860402f7f80744f86ba754da7aac4d66334e01d5328126bf574 SHA512 633dbe9217e3e521271012643afd874c602c2ec204da8b4fdabd1bd5e0ccdf69c86060edc11d5a2037d8acb57a84cbbac447949cc92438bd6c5302275442287e
DIST requests_unixsocket-0.4.1.tar.gz.provenance 9490 BLAKE2B 15d99ed36af70eae33317efb26ce20ff1b6a695eb3f66a045ca3323bdc76925109f726c3e621233f056ccf0627e3bd32b440b5e93f4c49b334f645d2d78cbcf0 SHA512 209aa4fb2cc3df46c1efe79153e266cc590ed536f918d666a766cec7ec4570f528d709aeadee436e26db0a397dec6bfec051fdd2401f35941bb2dad7a19ee8b9

View File

@@ -1,9 +1,10 @@
# Copyright 2020-2025 Gentoo Authors
# Copyright 2020-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/msabramo/requests-unixsocket
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi