From: Tim Orling Date: Wed, 23 Feb 2022 22:09:12 +0000 (-0800) Subject: python3-flit-core: SUMMARY DESCRIPTION HOMEPAGE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=559145c94621d4026abf2d0a0f7f932156861446;p=openembedded-core.git python3-flit-core: SUMMARY DESCRIPTION HOMEPAGE Add SUMMARY DESCRIPTION HOMEPAGE and BUGTRACKER definitions. Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- 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"