aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-11-29 11:11:16 -0800
committerTim Orling <ticotimo@gmail.com>2023-12-05 06:58:40 -0800
commit8e4d35f635f09e7b65a22b0bc3b2a1dd1f427d0a (patch)
tree550572a390a32917cee0bcb318b65df94eb980bc
parent58a5bd9892278736ee9fda8f499dc5282f392ceb (diff)
downloadmeta-openembedded-contrib-8e4d35f635f09e7b65a22b0bc3b2a1dd1f427d0a.tar.gz
[WIP] python3-annotated-types: add v0.6.0
Run-time dependency for python3-pydantic Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb14
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 @@
+SUMMARY = "Reusable constraint types to use with typing.Annotated"
+DESCRIPTION = ""
+HOMEPAGE = ""
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67"
+
+SRC_URI[sha256sum] = "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"
+
+S = "${WORKDIR}/annotated_types-${PV}"
+PYPI_PACKAGE = "annotated_types"
+
+inherit pypi python_hatchling
+
+RDEPENDS:${PN} = "python3-typing-extensions"