mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/openapi-schema-validator: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST openapi_schema_validator-0.6.3.tar.gz 11550 BLAKE2B 5080b089301a651514b1c5689f28d94893bfcae66ee9624f17bf59a017d9246b23855ae66fc82e0d74a42810978dfeb4b84029c9dbb7d6724885e765b3d9162c SHA512 f335fc4dd1530cbcdd63ece998a42b27497e31e7191fc8e65437ae1810a7bc12e313d8eac982368d33a643502d13e1f69f6b00f710b4e90c50961bdfe7150ff9
|
||||
DIST openapi_schema_validator-0.7.2.tar.gz 16983 BLAKE2B d3dfe018fbe3786bffc592409fd3f4ac6294840ebfca1fcc6e14eb4806e3fe492848a8f45618809d80a1e084b724971d99f793877c8a4af58c5188f141a09086 SHA512 bb87f63ffad0b087dff634ea19b503b539684be60f1ed94604e8296dc284392c79c8df7b481b2da9b2c0c51d4369657d319bec3f599f4370bb903469b9e4b598
|
||||
DIST openapi_schema_validator-0.7.2.tar.gz.provenance 10055 BLAKE2B 4d17dcc3fb6785f25d2ea4fa8c2b03941e48b3b45a9144975a130ff99a01ea26a656589655aea997f2b7e3487c68e525668ab528d58016c4ae0bfc46e069cf8c SHA512 81ef4c66028511d96118a7543f85e04fe8868d92cbfe4a92f5d9beab373f203bc11a6c09286b4747d35992a640914ecfead1835cf150080652c022330d005a58
|
||||
DIST openapi_schema_validator-0.8.1.tar.gz 23134 BLAKE2B 0079494f6538f185eae8d3d3b16990c4e2660e402a7f243c471bc702ce2911f03bc72c3cd6ce9be55953a954eea288c67e665f802c78cb70d2ed2329cf2ee48a SHA512 7e163c215e201318e9a373b6d64defcacc956c45a6ef26cd478be92d2575e7b069f3b503694df09cdcd321fc3eed4361716d59023118775895479c573732f8ba
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="OpenAPI schema validation for Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/python-openapi/openapi-schema-validator/
|
||||
https://pypi.org/project/openapi-schema-validator/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
<dev-python/jsonschema-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonschema-4.19.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonschema-specifications-2023.5.2[${PYTHON_USEDEP}]
|
||||
dev-python/rfc3339-validator[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
sed -i -e '/--cov/d' pyproject.toml || die
|
||||
}
|
||||
Reference in New Issue
Block a user