From 63e3ca54b602272a3343102ff278759d16d94ddf Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 23 Feb 2022 14:09:12 -0800 Subject: python3-flit-core: SUMMARY DESCRIPTION HOMEPAGE Add SUMMARY DESCRIPTION HOMEPAGE and BUGTRACKER definitions. (From OE-Core rev: 559145c94621d4026abf2d0a0f7f932156861446) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-flit-core_3.6.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-flit-core_3.6.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.6.0.bb index d0b88c3fa5..6dfacafd31 100644 --- a/meta/recipes-devtools/python/python3-flit-core_3.6.0.bb +++ b/meta/recipes-devtools/python/python3-flit-core_3.6.0.bb @@ -1,3 +1,10 @@ +SUMMARY = "This provides a PEP 517 build backend for packages using Flit." +DESCRIPTION = "This provides a PEP 517 build backend for packages using \ +Flit. The only public interface is the API specified by PEP 517, at \ +flit_core.buildapi." +HOMEPAGE = "https://github.com/pypa/flit" +BUGTRACKER = "https://github.com/pypa/flit/issues" + LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08" -- cgit v1.2.3-54-g00ecf