mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-05 11:04:40 +00:00
2cf9295bf7
Upgrade to release 0.0.5: - Drop support for Python 3.8. - Update security policy. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
15 lines
482 B
BlitzBasic
15 lines
482 B
BlitzBasic
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] = "c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb"
|
|
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
inherit pypi python_pdm
|
|
|
|
PYPI_PACKAGE = "annotated_doc"
|
|
|
|
RDEPENDS:${PN} += "python3-compression"
|