]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
authorDorinda Bassey <dorindabassey@gmail.com>
Wed, 10 Mar 2021 22:23:43 +0000 (23:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 13:59:35 +0000 (13:59 +0000)
Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-cython.inc
meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
meta/recipes-devtools/python/python3-pygobject_3.38.0.bb
meta/recipes-devtools/python/python3-pytest_6.2.2.bb
meta/recipes-devtools/python/python3-scons_3.1.2.bb
meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb

index da6eba254fc4e198a445935ccecc5bed6ece6f6b..0e6bac06a754a0ea60c9992b82a3fe0a7795295a 100644 (file)
@@ -1,3 +1,5 @@
+SUMMARY = "The Cython language"
+HOMEPAGE = "https://pypi.org/project/Cython/"
 DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
 and the messy, low-level world of C."
index b1feee84167301b68013a590689db6694ffb8a06..0b87ab0380a9ffbb56a5ae4b0d857099fc198aa5 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
+HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
index af4291bbf4658443a598fc59c45c22bff3910c6e..6b3359712f53234da0b088e59a8c00d315d2b0b1 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "A small and simple INI-file parser module"
+HOMEPAGE = "https://pypi.org/project/iniconfig/"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
index 86604aeedc59e899e5c33046921a47b89af3e3f6..dbdf563f874d6bdbaf2a5cf50756b680afb150d4 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
+HOMEPAGE = "https://pypi.org/project/Jinja/"
 
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
index b4427050f5ea36a283a5df626e5444f898e68f98..8df3150e3715d1af7e81e2754f862a59257a6d51 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Python GObject bindings"
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject"
+DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more."
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
index 392c20d03975cfd9631425d65be2911f779471ae..d221cbcd7f12d41c2ec8a0939c34c418349d4cce 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Simple powerful testing with python"
+HOMEPAGE = "https://pypi.org/project/pytest/"
+DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries."
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
index ce117a92d4f43dfdd5674d46276029f9601ff82f..12122131a5df37d7ca6a603306c68addf914925f 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Software Construction tool (make/autotools replacement)"
+HOMEPAGE = "https://github.com/SCons/scons"
 SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-python3-scons-${PV};md5=e14e1b33428df24a40a782ae142785d0"
index 406404ec69b72c7e8ca3cc9736f87107a5335d9a..ead80da7b4b05bcdcd0f964327770e167967ffa0 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "the blessed package to manage your versions by scm tags"
+HOMEPAGE = "https://pypi.org/project/setuptools-scm/"
+DESCRIPTION = "setuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"