summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
blob: 80cacc70ef51872ef43d4ae0ef97f6b8bd39f88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"