python3: Add missing HOMEPAGE entries

Message ID 20211125152806.129794-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 333af4b995f62406898e7efcebd5e846cdc449f6
Headers show
Series python3: Add missing HOMEPAGE entries | expand

Commit Message

Richard Purdie Nov. 25, 2021, 3:28 p.m. UTC
Add missing HOMEPAGE entries to new python recipes from meta-python.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb       | 1 +
 meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb | 1 +
 meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb  | 1 +
 meta/recipes-devtools/python/python3-webcolors_1.11.1.bb    | 1 +
 4 files changed, 4 insertions(+)

Patch

diff --git a/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb b/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb
index 80e2aa5bc26..ae0154080b8 100644
--- a/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb
+++ b/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb
@@ -1,4 +1,5 @@ 
 SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+HOMEPAGE = "https://pypi.org/project/rfc3987/"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d"
 
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
index e64f1960046..35c79c40056 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
@@ -1,4 +1,5 @@ 
 SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order."
+HOMEPAGE = "https://pypi.org/project/ruamel.yaml/"
 AUTHOR = "Anthon van der Neut"
 
 LICENSE = "MIT"
diff --git a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
index 52ae9ebe9a2..aa2d5b46f05 100644
--- a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
+++ b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
@@ -1,4 +1,5 @@ 
 SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
+HOMEPAGE = "https://pypi.org/project/strict-rfc3339/"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
 
diff --git a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
index 2ec036ef357..26dbe517671 100644
--- a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
+++ b/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
@@ -1,4 +1,5 @@ 
 SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
+HOMEPAGE = "https://pypi.org/project/webcolors/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=25b90379a52351261c51272e7923d240"