mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/typing-inspection: Enable provenance check
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST typing_inspection-0.4.2.tar.gz 75949 BLAKE2B bae55da912aae3d2a2c5b64f99f15731f414c9341c2ba5d8c77d1b467342b889669f9009f844c5540222389ba83f2c5549855d43efdc6a6a44cbbeb43e1d60b6 SHA512 1011e708fe0c93da57948f3bc8a00d6d45774d7960c6719fd3357c36fb2050147fc0dae51838b389e76fe1b360e44744d783e9a441c10e2702f88b5a7293892e
|
||||
DIST typing_inspection-0.4.2.tar.gz.provenance 9675 BLAKE2B 65e34b18eb41684e9302b79ac6e68021cd687acdf0f988ed27006601206848e5cfa3f22d46b92cd6f75bcc5fece1d3575388840105e1eb7bd9d580cd5885df01 SHA512 57efbe35549205bb7037337170d4e2e3c85b5cb9343c6764691ba56b5e8ffe4c72f1ceb820d6836d0217e5179d47770873bb40efb13e6846b23b818af4864c58
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYPI_VERIFY_REPO=https://github.com/pydantic/typing-inspection
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
Reference in New Issue
Block a user