diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "Document parameters, class attributes, return types, and variables inline, with Annotated." | ||
| 2 | HOMEPAGE = "https://github.com/fastapi/annotated-doc" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e36e91f278975b8bb76a769f32582892" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4" | ||
| 7 | |||
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 9 | |||
| 10 | inherit pypi python_pdm | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "annotated_doc" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "python3-compression" | ||
