summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-11-29 19:27:08 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-29 21:19:36 -0800
commit5007fe03dd7be7356544a49c395b4bfa203954ee (patch)
tree180e97abaf266045618447897f76180c607dbe54 /meta-python/recipes-devtools/python
parent357d1f077b4365e6b992612d59ae41b114825d04 (diff)
downloadmeta-openembedded-5007fe03dd7be7356544a49c395b4bfa203954ee.tar.gz
python3-annotated-doc: new recipe version 0.0.4
no tests are part of the pypi package Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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"