mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
python3-annotated-doc: Upgrade 0.0.4 -> 0.0.5
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>
This commit is contained in:
@@ -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] = "c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb"
|
||||
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_pdm
|
||||
|
||||
PYPI_PACKAGE = "annotated_doc"
|
||||
|
||||
RDEPENDS:${PN} += "python3-compression"
|
||||
Reference in New Issue
Block a user