diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb b/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb new file mode 100644 index 0000000000..79cbb66bc0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Reusable constraint types to use with typing.Annotated" | ||
2 | DESCRIPTION = "" | ||
3 | HOMEPAGE = "" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67" | ||
6 | |||
7 | SRC_URI[sha256sum] = "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" | ||
8 | |||
9 | S = "${WORKDIR}/annotated_types-${PV}" | ||
10 | PYPI_PACKAGE = "annotated_types" | ||
11 | |||
12 | inherit pypi python_hatchling | ||
13 | |||
14 | RDEPENDS:${PN} = "python3-typing-extensions" | ||