diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-05 09:28:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-05 09:29:56 -0700 |
commit | 61d14138c22a70188d585d85e35fdf86bc65e66f (patch) | |
tree | 7ce88edeca6d3a7e159353b452c81c2c909c3f5a | |
parent | 847f144f29e93a3b0d2af48c480b32d080d34706 (diff) | |
download | meta-openembedded-61d14138c22a70188d585d85e35fdf86bc65e66f.tar.gz |
meta-python: Remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 71e932bb0c..9407586466 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "Python interface for Remember The Milk API" | 1 | SUMMARY = "Python interface for Remember The Milk API" |
2 | AUTHOR = "Sridhar Ratnakumar / srid" | ||
3 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" |
5 | 4 | ||
diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb index 02ace02a3d..01dfe51543 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "An implementation of the Python 3 asyncio event loop on top of GLib" | 1 | SUMMARY = "An implementation of the Python 3 asyncio event loop on top of GLib" |
2 | AUTHOR = "James Henstridge" | ||
3 | LICENSE = "LGPL-2.1-only" | 2 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" |
5 | 4 | ||
diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb index 434ab57c50..d1ac486c05 100644 --- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Specifications for callback functions passed in to an API" | 1 | SUMMARY = "Specifications for callback functions passed in to an API" |
2 | HOMEPAGE = "https://github.com/takluyver/backcall" | 2 | HOMEPAGE = "https://github.com/takluyver/backcall" |
3 | AUTHOR = "Thomas Kluyver <thomas@kluyver.me.uk>" | ||
4 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb index a4d59913f8..b2ad991f5e 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Simple construction, analysis and modification of binary data." | 1 | SUMMARY = "Simple construction, analysis and modification of binary data." |
2 | HOMEPAGE = "https://github.com/scott-griffiths/bitstring" | 2 | HOMEPAGE = "https://github.com/scott-griffiths/bitstring" |
3 | AUTHOR = "Scott Griffiths <dr.scottgriffiths@gmail.com>" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb index 8ac34e6398..de2bd3d12d 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Google API client core library" | 1 | DESCRIPTION = "Google API client core library" |
2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" | 2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" |
3 | AUTHOR = "Google LLC" | ||
4 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb index ff3f422f33..23def6c52c 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Google Authentication Library" | 1 | DESCRIPTION = "Google Authentication Library" |
2 | HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" | 2 | HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" |
3 | AUTHOR = "Google Cloud Platform" | ||
4 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb index 802a434993..a6b3d4eacc 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Common protobufs used in Google APIs" | 1 | DESCRIPTION = "Common protobufs used in Google APIs" |
2 | HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" | 2 | HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" |
3 | AUTHOR = "Google LLC" | ||
4 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb index f833e69032..ea8c185625 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "Python bindings for libgpiod." | 1 | SUMMARY = "Python bindings for libgpiod." |
2 | AUTHOR = "Bartosz Golaszewski <brgl@bgdev.pl>" | ||
3 | 2 | ||
4 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" | 3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" |
5 | # The actual license files live in the upstream libgpiod from which the pypi | 4 | # The actual license files live in the upstream libgpiod from which the pypi |
diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb index 15fb92eedd..9e35c7ba5b 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_git.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "An adapter to Linux kernel support for inotify directory-watching." | 1 | SUMMARY = "An adapter to Linux kernel support for inotify directory-watching." |
2 | AUTHOR = "Dustin Oprea" | ||
3 | HOMEPAGE = "https://pypi.org/project/inotify/" | 2 | HOMEPAGE = "https://pypi.org/project/inotify/" |
4 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://setup.py;md5=79b7ec72aa0d446a552d3cceb5799e41;beginline=28;endline=28" | 4 | LIC_FILES_CHKSUM = "file://setup.py;md5=79b7ec72aa0d446a552d3cceb5799e41;beginline=28;endline=28" |
diff --git a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb index 9a8e6f7daf..58af7b77ac 100644 --- a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb +++ b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Python wrapper around iperf3" | 1 | SUMMARY = "Python wrapper around iperf3" |
2 | HOMEPAGE = "https://github.com/thiezn/iperf3-python" | 2 | HOMEPAGE = "https://github.com/thiezn/iperf3-python" |
3 | AUTHOR = "Mathijs Mortimer <mathijs@mortimer.nl>" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f7d0900b3d30647cdda002c9549ca40f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f7d0900b3d30647cdda002c9549ca40f" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb index 2a28cf9ecb..8725150e4b 100644 --- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Vestigial utilities from IPython" | 1 | SUMMARY = "Vestigial utilities from IPython" |
2 | HOMEPAGE = "http://ipython.org" | 2 | HOMEPAGE = "http://ipython.org" |
3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" | ||
4 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb index 83af99a4aa..dece1d7e37 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "IPython: Productive Interactive Computing" | 1 | SUMMARY = "IPython: Productive Interactive Computing" |
2 | HOMEPAGE = "https://ipython.org" | 2 | HOMEPAGE = "https://ipython.org" |
3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" | ||
4 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb index 91517f7098..58e8cc17a1 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." | 1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." |
2 | HOMEPAGE = "https://github.com/davidhalter/jedi" | 2 | HOMEPAGE = "https://github.com/davidhalter/jedi" |
3 | AUTHOR = "David Halter <davidhalter88@gmail.com>" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb index 5024b25122..f0ca630ccd 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Simplified object serialization in python" | 1 | SUMMARY = "Simplified object serialization in python" |
2 | DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." | 2 | DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." |
3 | AUTHOR = "Marius Kriegerowski <mk@quakesaver.net>" | ||
4 | HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" | 3 | HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" |
5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "\ | 5 | LIC_FILES_CHKSUM = "\ |
diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb index e14f28ad03..ce3471da6a 100644 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "A Python Parser" | 1 | SUMMARY = "A Python Parser" |
2 | HOMEPAGE = "https://github.com/davidhalter/parso" | 2 | HOMEPAGE = "https://github.com/davidhalter/parso" |
3 | AUTHOR = "David Halter <davidhalter88@gmail.com>" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb index 8260913087..bb16c78ce8 100644 --- a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Tiny 'shelve'-like database with concurrency support" | 1 | SUMMARY = "Tiny 'shelve'-like database with concurrency support" |
2 | HOMEPAGE = "https://github.com/pickleshare/pickleshare" | 2 | HOMEPAGE = "https://github.com/pickleshare/pickleshare" |
3 | AUTHOR = "Ville Vainio <vivainio@gmail.com>" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb index d887901443..7c16750040 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Python wrapper for Linux fanotify." | 1 | SUMMARY = "Python wrapper for Linux fanotify." |
2 | HOMEPAGE = "https://github.com/baskiton/pyfanotify" | 2 | HOMEPAGE = "https://github.com/baskiton/pyfanotify" |
3 | AUTHOR = "Alexander Baskikh" | ||
4 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" |
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb index 466e01d91a..2534c1c62c 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "A utility belt for advanced users of python-requests." | 1 | DESCRIPTION = "A utility belt for advanced users of python-requests." |
2 | HOMEPAGE = "https://toolbelt.readthedocs.org" | 2 | HOMEPAGE = "https://toolbelt.readthedocs.org" |
3 | AUTHOR = "Ian Cordasco, Cory Benfield" | ||
4 | 3 | ||
5 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" |
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb index ed5018f49e..0a1e359e14 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Pure-Python RSA implementation" | 1 | SUMMARY = "Pure-Python RSA implementation" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | AUTHOR = "Sybren A. Stuvel" | ||
4 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb index 2d4145ef12..c3c26dda38 100644 --- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." | 1 | DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." |
2 | HOMEPAGE = "https://pypi.org/project/service-identity" | 2 | HOMEPAGE = "https://pypi.org/project/service-identity" |
3 | AUTHOR = "Hynek Schlawack" | ||
4 | 3 | ||
5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8a0f079f4e6a215d6bd6f9d97cab4d5f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8a0f079f4e6a215d6bd6f9d97cab4d5f" |
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb index ee4ac64c3b..fc25271449 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Traitlets Python config system" | 1 | SUMMARY = "Traitlets Python config system" |
2 | HOMEPAGE = "http://ipython.org" | 2 | HOMEPAGE = "http://ipython.org" |
3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" | ||
4 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0" | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0" |
6 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb index 6f31aea0e0..6622f6220a 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "A utility provides a fake certificate authority (CA)" | 1 | DESCRIPTION = "A utility provides a fake certificate authority (CA)" |
2 | HOMEPAGE = "https://pypi.org/project/trustme" | 2 | HOMEPAGE = "https://pypi.org/project/trustme" |
3 | AUTHOR = "Nathaniel J. Smith" | ||
4 | 3 | ||
5 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" |
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index a117f17202..d579ca0441 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications." | 1 | SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications." |
2 | AUTHOR = "Tom Cocagne" | ||
3 | HOMEPAGE = "https://pypi.org/project/txdbus/" | 2 | HOMEPAGE = "https://pypi.org/project/txdbus/" |
4 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb index 7db7c8059a..539366c0d6 100644 --- a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb +++ b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb | |||
@@ -4,7 +4,6 @@ UEFI firmware parser is a simple module and set of scripts for parsing, \ | |||
4 | extracting, and recreating UEFI firmware volumes. This includes parsing \ | 4 | extracting, and recreating UEFI firmware volumes. This includes parsing \ |
5 | modules for BIOS, OptionROM, Intel ME and other formats too." | 5 | modules for BIOS, OptionROM, Intel ME and other formats too." |
6 | HOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser" | 6 | HOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser" |
7 | AUTHOR = "Teddy Reed <teddy@prosauce.org>" | ||
8 | LICENSE = "BSD-2-Clause & BSD-3-Clause" | 7 | LICENSE = "BSD-2-Clause & BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://setup.py;md5=90fa5bae1547550f1c1993f651eda955" | 8 | LIC_FILES_CHKSUM = "file://setup.py;md5=90fa5bae1547550f1c1993f651eda955" |
10 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb index eaf8bda846..3c41b1eb4f 100644 --- a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb | |||
@@ -2,7 +2,6 @@ | |||
2 | # https://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb?h=master | 2 | # https://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb?h=master |
3 | 3 | ||
4 | SUMMARY = "Simple python library to deal with URI Templates." | 4 | SUMMARY = "Simple python library to deal with URI Templates." |
5 | AUTHOR = "Ian Cordasco" | ||
6 | LICENSE = "Apache-2.0 | BSD-3-Clause" | 5 | LICENSE = "Apache-2.0 | BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6d769bdcfacac3c1a1ffa568937fe0" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6d769bdcfacac3c1a1ffa568937fe0" |
8 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb index aadf8b7f44..a1f3957adc 100644 --- a/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "Makes working with XML feel like you are working with JSON" | 1 | SUMMARY = "Makes working with XML feel like you are working with JSON" |
2 | AUTHOR = "Martin Blech" | ||
3 | HOMEPAGE = "https://github.com/martinblech/xmltodict" | 2 | HOMEPAGE = "https://github.com/martinblech/xmltodict" |
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" |