mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/referencing: Bump to 0.37.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST referencing-0.36.2.tar.gz 74744 BLAKE2B 82a789f41710b064c06adaefd15cc5f6780731169f6eacc0c0ef6e6ef0e0a1e5e281a5d6eb24eb3570327dcca3ddfb8de74dd179f1458789fa1d4d90a5bb67a0 SHA512 fa47a5d2f23390d6eba01ed946f6542eb4d281eed754547141e7c18b10a4c41f960e1c5ff8c4aaf0f282877f4b3d9efd0dbfb7f145c12dd7acc84ac8486864ca
|
||||
DIST referencing-0.37.0.tar.gz 78036 BLAKE2B db3ca5a25a3e2474c1182158497c47bc27d58d76e7c20e9cc9176c78a4047adc4c439c3c11e633b867b3816c31797ae735ff68f765696cea966129ad8d8f5889 SHA512 8882ac50849e66da6829772bb6140fbd4c853c7fd7410bedd61b29afe071d3c631382f624f203b446887a86cb0885fbdb946092c2d2ecc1907433fd2ef7cb426
|
||||
DIST referencing-0.37.0.tar.gz.provenance 9462 BLAKE2B 1dc4ab028bc081be9da1665e9cb609ae6521a2d37f333be6c181f7edf5410782d7ac46e020c0f7137717af004b77d7e6d6b39c212b8b0ede2b11aa8da698ecbb SHA512 a18343d9239b1cad8f7cfb941eda9ed1eeb91479e6bac4c5faaa480b4ad2880beeeedc217b847783bfb67f7c020c1bb279c86a75e9fa897b108ef78eb2723280
|
||||
|
||||
37
dev-python/referencing/referencing-0.37.0.ebuild
Normal file
37
dev-python/referencing/referencing-0.37.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2023-2025 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/python-jsonschema/referencing
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
|
||||
HOMEPAGE="
|
||||
https://github.com/python-jsonschema/referencing/
|
||||
https://pypi.org/project/referencing/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
|
||||
' 3.{11..12})
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/hatch-vcs[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-subtests )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user