no tests are part of the pypi package Signed-off-by: Jan Vermaete <[email protected]> --- .../python/python3-annotated-doc_0.0.4.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-annotated-doc_0.0.4.bb
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 @@ +SUMMARY = "Document parameters, class attributes, return types, and variables inline, with Annotated." +HOMEPAGE = "https://github.com/fastapi/annotated-doc" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e36e91f278975b8bb76a769f32582892" + +SRC_URI[sha256sum] = "fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4" + +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_pdm + +PYPI_PACKAGE = "annotated_doc" + +RDEPENDS:${PN} += "python3-compression" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122158): https://lists.openembedded.org/g/openembedded-devel/message/122158 Mute This Topic: https://lists.openembedded.org/mt/116529462/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
