summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb
blob: 52d846f79958379ad4b063b63b87a52d28a5e695 (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=07cbaa23fc9dd504fc1ea5acc23b0add"

DEPENDS = "python3-hatchling-native"
SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122"

inherit pypi python_hatchling ptest-python-pytest

RDEPENDS:${PN}-ptest += "python3-typing-extensions"

PYPI_PACKAGE = "typing_inspection"

BBCLASSEXTEND += "native nativesdk"