[3/4] python3-flit-core: SUMMARY DESCRIPTION HOMEPAGE

Message ID 20220223220913.2057644-3-tim.orling@konsulko.com
State Accepted, archived
Commit 559145c94621d4026abf2d0a0f7f932156861446
Headers show
Series [1/4] python3-pip-native: install scripts in ${bindir} | expand

Commit Message

Tim Orling Feb. 23, 2022, 10:09 p.m. UTC
Add SUMMARY DESCRIPTION HOMEPAGE and BUGTRACKER definitions.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 meta/recipes-devtools/python/python3-flit-core_3.6.0.bb | 7 +++++++
 1 file changed, 7 insertions(+)

Patch

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 d0b88c3fa50..6dfacafd31c 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"