mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-typing-inspection: Upgrade to 0.4.2
License-Update: Changed copyrights to Copyright (c) Pydantic Services Inc. 2025 to present Changes 4.2 === Add typing_objects.is_noextraitems() 4.1 === Fix compatibility with latest Python 3.14 release Add typing_objects.is_forwardref() Fix implementation of is_union_origin() Add SPDX license identifier Use list as a type hint for InspectedAnnotation.metadata Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Runtime typing introspection tools"
|
||||
HOMEPAGE = "https://github.com/pydantic/typing-inspection"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8"
|
||||
|
||||
DEPENDS = "python3-hatchling-native"
|
||||
|
||||
inherit pypi python_hatchling ptest-python-pytest
|
||||
SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "python3-typing-extensions"
|
||||
|
||||
PYPI_PACKAGE = "typing_inspection"
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
Reference in New Issue
Block a user