]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: Add missing HOMEPAGE entries
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Nov 2021 08:37:48 +0000 (08:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Nov 2021 16:58:55 +0000 (16:58 +0000)
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
meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
meta/recipes-devtools/python/python3-webcolors_1.11.1.bb

index 80e2aa5bc26680978b52ecc4cf9c75b78b0b8d4f..ae0154080b806a00bb83e366a68fb63d476f0dce 100644 (file)
@@ -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"
 
index e64f196004650a53c398661e7c42c557e68922c0..35c79c4005622526deecde876c61ae3125422823 100644 (file)
@@ -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"
index 52ae9ebe9a236f35b7da6ee07a8959e8e4979222..aa2d5b46f05109fb1467fc870823a4fac167866f 100644 (file)
@@ -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"
 
index 2ec036ef3575e63e6f8c1c99869d552cffc60a72..26dbe517671f4b093b88afd2ad567c8d301204bc 100644 (file)
@@ -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"