summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb b/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb
new file mode 100644
index 0000000000..10d567d46c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Document parameters, class attributes, return types, and variables inline, with Annotated."
2HOMEPAGE = "https://github.com/fastapi/annotated-doc"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e36e91f278975b8bb76a769f32582892"
5
6SRC_URI[sha256sum] = "fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"
7
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10inherit pypi python_pdm
11
12PYPI_PACKAGE = "annotated_doc"
13
14RDEPENDS:${PN} += "python3-compression"