diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-25 08:37:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-26 17:01:08 +0000 |
commit | 1ba9c9690f6672e9380904b6d1088e346724bf42 (patch) | |
tree | 361ebbd2984c604152bfd165e1da39f751cc204e /meta | |
parent | f460aa95d29c170ed18c47c23a99237a84bf3b38 (diff) | |
download | poky-1ba9c9690f6672e9380904b6d1088e346724bf42.tar.gz |
python3: Add missing HOMEPAGE entries
Add missing HOMEPAGE entries to new python recipes from meta-python.
(From OE-Core rev: 333af4b995f62406898e7efcebd5e846cdc449f6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
4 files changed, 4 insertions, 0 deletions
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 80e2aa5bc2..ae0154080b 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 @@ | |||
1 | SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" | 1 | SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" |
2 | HOMEPAGE = "https://pypi.org/project/rfc3987/" | ||
2 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPLv3+" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" |
4 | 5 | ||
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 e64f196004..35c79c4005 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 @@ | |||
1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." | 1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." |
2 | HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" | ||
2 | AUTHOR = "Anthon van der Neut" | 3 | AUTHOR = "Anthon van der Neut" |
3 | 4 | ||
4 | LICENSE = "MIT" | 5 | 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 52ae9ebe9a..aa2d5b46f0 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 @@ | |||
1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" | 1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" |
2 | HOMEPAGE = "https://pypi.org/project/strict-rfc3339/" | ||
2 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
4 | 5 | ||
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 2ec036ef35..26dbe51767 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 @@ | |||
1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." | 1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." |
2 | HOMEPAGE = "https://pypi.org/project/webcolors/" | ||
2 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=25b90379a52351261c51272e7923d240" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=25b90379a52351261c51272e7923d240" |
4 | 5 | ||