diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-03-25 14:59:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
commit | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch) | |
tree | 1d23e6e143366e83204d509e01397859c744a92d /meta-python | |
parent | b5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff) | |
download | meta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz |
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
57 files changed, 57 insertions, 57 deletions
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb index b2b4695d23..cf2b7fa15e 100644 --- a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb +++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Telepathy IM framework - Python package" | 1 | SUMMARY = "Telepathy IM framework - Python package" |
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 2 | HOMEPAGE = "https://telepathy.freedesktop.org/wiki/" |
3 | LICENSE = "LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
5 | file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" | 5 | file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" |
diff --git a/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb b/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb index 6b740e6f8b..a3185a9c66 100644 --- a/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Draws ASCII trees." | 1 | SUMMARY = "Draws ASCII trees." |
2 | HOMEPAGE = "http://github.com/mbr/asciitree" | 2 | HOMEPAGE = "https://github.com/mbr/asciitree" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a985ccb0df374f2a8cab75010bf8db73" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a985ccb0df374f2a8cab75010bf8db73" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb index 83a06c6f57..7ace68bbdf 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries." | 1 | SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries." |
2 | HOMEPAGE = "http://docs.python-cerberus.org/" | 2 | HOMEPAGE = "https://docs.python-cerberus.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" |
diff --git a/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb b/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb index 5a54c696f4..9d32cbba2c 100644 --- a/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Backports and enhancements for the contextlib module" | 1 | DESCRIPTION = "Backports and enhancements for the contextlib module" |
2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" | 2 | HOMEPAGE = "https://contextlib2.readthedocs.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF-2.0 & Apache-2.0" | 4 | LICENSE = "PSF-2.0 & Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4" |
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb index d7d4b22fbd..ab24870a2a 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Convex optimization package" | 1 | SUMMARY = "Convex optimization package" |
2 | HOMEPAGE = "http://cvxopt.org" | 2 | HOMEPAGE = "https://cvxopt.org" |
3 | LICENSE = "GPL-3.0-only" | 3 | LICENSE = "GPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=66ec4f8e53d3e733a8c26d5ca3830fba" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=66ec4f8e53d3e733a8c26d5ca3830fba" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb b/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb index 574083b61f..fd7507193e 100644 --- a/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Composable style cycles" | 1 | SUMMARY = "Composable style cycles" |
2 | HOMEPAGE = "http://github.com/matplotlib/cycler" | 2 | HOMEPAGE = "https://github.com/matplotlib/cycler" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb index 09b06553df..440a62352d 100644 --- a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache." | 1 | DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache." |
2 | HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/" | 2 | HOMEPAGE = "https://www.grantjenks.com/docs/diskcache/" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc index 6ff9192cac..cde32be477 100644 --- a/meta-python/recipes-devtools/python/python3-django.inc +++ b/meta-python/recipes-devtools/python/python3-django.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A high-level Python Web framework" | 1 | SUMMARY = "A high-level Python Web framework" |
2 | HOMEPAGE = "http://www.djangoproject.com/" | 2 | HOMEPAGE = "https://www.djangoproject.com/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb index e9ca31c3ac..9c1d4b39f2 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "DNS toolkit for Python" | 1 | DESCRIPTION = "DNS toolkit for Python" |
2 | HOMEPAGE = "http://www.dnspython.org/" | 2 | HOMEPAGE = "https://www.dnspython.org/" |
3 | LICENSE = "ISC" | 3 | LICENSE = "ISC" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.39.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.39.1.bb index 08080ec2ad..6286727ebe 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.39.1.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.39.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Highly concurrent networking library" | 1 | DESCRIPTION = "Highly concurrent networking library" |
2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/eventlet" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb index 1a96892fb5..1b88ba6fe8 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A coroutine-based Python networking library" | 1 | SUMMARY = "A coroutine-based Python networking library" |
2 | DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \ | 2 | DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \ |
3 | a high-level synchronous API on top of the libevent event loop." | 3 | a high-level synchronous API on top of the libevent event loop." |
4 | HOMEPAGE = "http://www.gevent.org" | 4 | HOMEPAGE = "https://www.gevent.org" |
5 | LICENSE = "MIT & Python-2.0" | 5 | LICENSE = "MIT & Python-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65" |
7 | DEPENDS += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native" | 7 | DEPENDS += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native" |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.71.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.71.0.bb index a103867ab0..d1c694b4cb 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.71.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.71.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Google gRPC channelz" | 1 | DESCRIPTION = "Google gRPC channelz" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "https://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.71.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.71.0.bb index 308e1e0430..5453cd204e 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.71.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.71.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Google gRPC reflection" | 1 | DESCRIPTION = "Google gRPC reflection" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "https://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.71.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.71.0.bb index 7448ff55b2..59fd54cba1 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.71.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.71.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Google gRPC tools" | 1 | DESCRIPTION = "Google gRPC tools" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "https://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb index da677dc1ab..793fcf0ced 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Google gRPC" | 1 | DESCRIPTION = "Google gRPC" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "https://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb b/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb index 334f788747..ef2a5dabcd 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Python humanize utilities" | 1 | SUMMARY = "Python humanize utilities" |
2 | HOMEPAGE = "http://github.com/jmoiron/humanize" | 2 | HOMEPAGE = "https://github.com/jmoiron/humanize" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
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 0ce04829b6..b26a9ebd53 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,5 +1,5 @@ | |||
1 | SUMMARY = "Vestigial utilities from IPython" | 1 | SUMMARY = "Vestigial utilities from IPython" |
2 | HOMEPAGE = "http://ipython.org" | 2 | HOMEPAGE = "https://ipython.org" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb index f4d8d52967..fc43e2854d 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." | 1 | SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." |
2 | HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" | 2 | HOMEPAGE = "https://github.com/mitsuhiko/itsdangerous" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4cda9a0ebd516714f360b0e9418cfb37" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4cda9a0ebd516714f360b0e9418cfb37" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb index 8bce352f10..78480cfa81 100644 --- a/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Pure-python wrapper for libusb-1.0" | 1 | SUMMARY = "Pure-python wrapper for libusb-1.0" |
2 | HOMEPAGE = "http://github.com/vpelletier/python-libusb1" | 2 | HOMEPAGE = "https://github.com/vpelletier/python-libusb1" |
3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | 3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 5 | file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
diff --git a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb index 8cd60d3a0f..f52f0f8970 100644 --- a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb +++ b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "AGPL-3.0-only" | 3 | LICENSE = "AGPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" | 4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" |
5 | 5 | ||
6 | HOMEPAGE = "http://lrparsing.sourceforge.net/" | 6 | HOMEPAGE = "https://lrparsing.sourceforge.net/" |
7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" | 7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" |
8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" | 8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" |
9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" | 9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb index 990d3cf33e..fc0910770f 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "It was born from lack of existing library to read/write natively | |||
3 | from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \ | 3 | from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \ |
4 | was initially based on PHPExcel." | 4 | was initially based on PHPExcel." |
5 | 5 | ||
6 | HOMEPAGE = "http://www.python-excel.org/" | 6 | HOMEPAGE = "https://www.python-excel.org/" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 8 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb index 2d6b6ca06c..1644dc62d5 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A MutableSet that remembers its order, so that every entry has an index." | 1 | SUMMARY = "A MutableSet that remembers its order, so that every entry has an index." |
2 | HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set" | 2 | HOMEPAGE = "https://github.com/LuminosoInsight/ordered-set" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e" | 4 | LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb index ad9482e7dd..b956f5ca2f 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "pandas library for high-performance data analysis tools" | |||
2 | DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ | 2 | DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ |
3 | high-performance, easy-to-use data structures and data analysis tools for \ | 3 | high-performance, easy-to-use data structures and data analysis tools for \ |
4 | the Python programming language." | 4 | the Python programming language." |
5 | HOMEPAGE = "http://pandas.pydata.org/" | 5 | HOMEPAGE = "https://pandas.pydata.org/" |
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a" |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb b/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb index c2764b27d2..876d89443a 100644 --- a/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux." | 1 | DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux." |
2 | HOMEPAGE = "http://pythonhosted.org/python-periphery/" | 2 | HOMEPAGE = "https://pythonhosted.org/python-periphery/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=30fe6f023a80fb33989fb3b9d773fea0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=30fe6f023a80fb33989fb3b9d773fea0" |
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb index 8305c1ed6d..267474c8fe 100644 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A Pure Python Expect like Module for Python" | 1 | SUMMARY = "A Pure Python Expect like Module for Python" |
2 | HOMEPAGE = "http://pexpect.readthedocs.org/" | 2 | HOMEPAGE = "https://pexpect.readthedocs.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" |
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb index 9ff4d1318d..8f65d3d4c5 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Python module to interface with the pkg-config command line too" | 1 | SUMMARY = "Python module to interface with the pkg-config command line too" |
2 | HOMEPAGE = "http://github.com/matze/pkgconfig" | 2 | HOMEPAGE = "https://github.com/matze/pkgconfig" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" |
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb index 8fcf83b06a..c29996de53 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" |
2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" | 2 | HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5" |
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.6.bb b/meta-python/recipes-devtools/python/python3-progress_1.6.bb index 59d1f90e98..4a0b0c714e 100644 --- a/meta-python/recipes-devtools/python/python3-progress_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-progress_1.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Easy progress reporting for Python" | 1 | SUMMARY = "Easy progress reporting for Python" |
2 | HOMEPAGE = "http://github.com/verigak/progress/" | 2 | HOMEPAGE = "https://github.com/verigak/progress/" |
3 | LICENSE = "ISC" | 3 | LICENSE = "ISC" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb index e63c2c50b7..f16fddf36f 100644 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Run a subprocess in a pseudo terminal" | 1 | SUMMARY = "Run a subprocess in a pseudo terminal" |
2 | HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/" | 2 | HOMEPAGE = "https://ptyprocess.readthedocs.io/en/latest/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490" |
diff --git a/meta-python/recipes-devtools/python/python3-py_1.11.0.bb b/meta-python/recipes-devtools/python/python3-py_1.11.0.bb index 31d5a377a7..e0ef71df83 100644 --- a/meta-python/recipes-devtools/python/python3-py_1.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-py_1.11.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" | 1 | SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" |
2 | HOMEPAGE = "http://py.readthedocs.io/" | 2 | HOMEPAGE = "https://py.readthedocs.io/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb index 61e2b205c2..0b8dde4b0e 100644 --- a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Pure-Python Java Keystore (JKS) library" | |||
2 | DESCRIPTION = "PyJKS enables Python projects to load and manipulate\ | 2 | DESCRIPTION = "PyJKS enables Python projects to load and manipulate\ |
3 | Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\ | 3 | Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\ |
4 | JCEKS, BKS and UBER (BouncyCastle) keystores." | 4 | JCEKS, BKS and UBER (BouncyCastle) keystores." |
5 | HOMEPAGE = "http://github.com/kurtbrose/pyjks" | 5 | HOMEPAGE = "https://github.com/kurtbrose/pyjks" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb index 12b76ec3c1..d23347878e 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "JSON Web Token implementation in Python" | 1 | SUMMARY = "JSON Web Token implementation in Python" |
2 | DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\ | 2 | DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\ |
3 | Original implementation was written by https://github.com/progrium" | 3 | Original implementation was written by https://github.com/progrium" |
4 | HOMEPAGE = "http://github.com/jpadilla/pyjwt" | 4 | HOMEPAGE = "https://github.com/jpadilla/pyjwt" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" |
7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.3.6.bb b/meta-python/recipes-devtools/python/python3-pylint_3.3.6.bb index f70049c898..073e0cdb1c 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.3.6.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.3.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Pylint is a Python source code analyzer" | 1 | SUMMARY = "Pylint is a Python source code analyzer" |
2 | HOMEPAGE = "http://www.pylint.org/" | 2 | HOMEPAGE = "https://www.pylint.org/" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.11.3.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.11.3.bb index e36f009869..61614b29b5 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_4.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.11.3.bb | |||
@@ -4,7 +4,7 @@ The PyMongo distribution contains tools for interacting with MongoDB \ | |||
4 | database from Python. The bson package is an implementation of the BSON \ | 4 | database from Python. The bson package is an implementation of the BSON \ |
5 | format for Python. The pymongo package is a native Python driver for \ | 5 | format for Python. The pymongo package is a native Python driver for \ |
6 | MongoDB. The gridfs package is a gridfs implementation on top of pymongo." | 6 | MongoDB. The gridfs package is a gridfs implementation on top of pymongo." |
7 | HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" | 7 | HOMEPAGE = "https://github.com/mongodb/mongo-python-driver" |
8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb b/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb index b1abac17aa..51e9cca01d 100644 --- a/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Linux network configuration library for Python" | 1 | SUMMARY = "Linux network configuration library for Python" |
2 | DESCRIPTION = "This library contains Python bindings to ioctl calls" | 2 | DESCRIPTION = "This library contains Python bindings to ioctl calls" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | HOMEPAGE = "http://github.com/rlisagor/pynetlinux" | 4 | HOMEPAGE = "https://github.com/rlisagor/pynetlinux" |
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=74e1861736ee959824fe7542323c12e9" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=74e1861736ee959824fe7542323c12e9" |
7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb index 6183783910..39b754dd5d 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "PyZMQ: Python bindings for ZMQ" | 1 | SUMMARY = "PyZMQ: Python bindings for ZMQ" |
2 | DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightweight and fast messaging implementation." | 2 | DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightweight and fast messaging implementation." |
3 | HOMEPAGE = "http://zeromq.org/bindings:python" | 3 | HOMEPAGE = "https://zeromq.org/bindings:python" |
4 | LICENSE = "BSD-3-Clause & LGPL-3.0-only" | 4 | LICENSE = "BSD-3-Clause & LGPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "\ | 5 | LIC_FILES_CHKSUM = "\ |
6 | file://LICENSE.BSD;md5=1787206f198344195a671b60326c59dc \ | 6 | file://LICENSE.BSD;md5=1787206f198344195a671b60326c59dc \ |
diff --git a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb index 8e762580f6..702e9d9db5 100644 --- a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python client for Redis key-value store" | 1 | SUMMARY = "Python client for Redis key-value store" |
2 | DESCRIPTION = "The Python interface to the Redis key-value store." | 2 | DESCRIPTION = "The Python interface to the Redis key-value store." |
3 | HOMEPAGE = "http://github.com/andymccurdy/redis-py" | 3 | HOMEPAGE = "https://github.com/andymccurdy/redis-py" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" |
6 | 6 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb index 6e20a10f42..d111c3c9da 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "File transport adapter for Requests" | 1 | SUMMARY = "File transport adapter for Requests" |
2 | HOMEPAGE = "http://github.com/dashea/requests-file" | 2 | HOMEPAGE = "https://github.com/dashea/requests-file" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb index 7e72391783..db7c5fee0b 100644 --- a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "FTP Transport Adapter for Requests" | 1 | SUMMARY = "FTP Transport Adapter for Requests" |
2 | HOMEPAGE = "http://github.com/Lukasa/requests-ftp" | 2 | HOMEPAGE = "https://github.com/Lukasa/requests-ftp" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6683a23c9968b97709441dc884d46df6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6683a23c9968b97709441dc884d46df6" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb index 670928548b..cf456ac2e6 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb | |||
@@ -5,7 +5,7 @@ tabular test data syntax and it utilizes the keyword-driven testing approach.\ | |||
5 | Its testing capabilities can be extended by test libraries implemented either\ | 5 | Its testing capabilities can be extended by test libraries implemented either\ |
6 | with Python or Java, and users can create new higher-level keywords from\ | 6 | with Python or Java, and users can create new higher-level keywords from\ |
7 | existing ones using the same syntax that is used for creating test cases." | 7 | existing ones using the same syntax that is used for creating test cases." |
8 | HOMEPAGE = "http://robotframework.org" | 8 | HOMEPAGE = "https://robotframework.org" |
9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb index 188dfd6efd..82f83f1b58 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" | 1 | SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" |
2 | HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" | 2 | HOMEPAGE = "https://cheeseshop.python.org/pypi/simplejson" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" |
diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb index 6077ec2524..4c2d94630c 100644 --- a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb +++ b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb | |||
@@ -4,7 +4,7 @@ devices from user space via the spidev linux kernel driver.\ | |||
4 | This is a modified version of the code originally found\ | 4 | This is a modified version of the code originally found\ |
5 | [here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\ | 5 | [here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\ |
6 | All code is GPLv2 licensed unless explicitly stated otherwise." | 6 | All code is GPLv2 licensed unless explicitly stated otherwise." |
7 | HOMEPAGE = "http://github.com/doceme/py-spidev" | 7 | HOMEPAGE = "https://github.com/doceme/py-spidev" |
8 | SECTION = "devel/python" | 8 | SECTION = "devel/python" |
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78" |
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb index fd6853939e..4668a9da05 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ | 1 | DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ |
2 | application developers the full power and flexibility of SQL" | 2 | application developers the full power and flexibility of SQL" |
3 | HOMEPAGE = "http://www.sqlalchemy.org/" | 3 | HOMEPAGE = "https://www.sqlalchemy.org/" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6" |
6 | 6 | ||
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb index 0282c1848d..e3e0e67c15 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Non-validating SQL parser module" | 1 | DESCRIPTION = "Non-validating SQL parser module" |
2 | HOMEPAGE = "http://pypi.python.org/pypi/sqlparse" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/sqlparse" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" |
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb index 751f32913a..b223a11381 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Tornado is an open source version of the scalable, non-blocking web | |||
2 | DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \ | 2 | DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \ |
3 | By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \ | 3 | By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \ |
4 | polling, WebSockets, and other applications that require a long-lived connection to each user." | 4 | polling, WebSockets, and other applications that require a long-lived connection to each user." |
5 | HOMEPAGE = "http://www.tornadoweb.org/en/stable/" | 5 | HOMEPAGE = "https://www.tornadoweb.org/en/stable/" |
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb b/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb index 5c3f2dcaa3..2b7d8d896d 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors |
3 | 3 | ||
4 | SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)." | 4 | SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)." |
5 | HOMEPAGE = "http://tox.readthedocs.org/" | 5 | HOMEPAGE = "https://tox.readthedocs.org/" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb index 24618e0b3f..b04cbd4b9a 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Fast, Extensible Progress Meter" | 1 | SUMMARY = "Fast, Extensible Progress Meter" |
2 | HOMEPAGE = "http://tqdm.github.io/" | 2 | HOMEPAGE = "https://tqdm.github.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "MIT & MPL-2.0" | 5 | LICENSE = "MIT & MPL-2.0" |
diff --git a/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb b/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb index a8ad4bbdfb..48f3799227 100644 --- a/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Bindings for the Twofish implementation by Niels Ferguson" | 1 | SUMMARY = "Bindings for the Twofish implementation by Niels Ferguson" |
2 | DESCRIPTION = "Bindings for the Twofish implementation by Niels Ferguson\ | 2 | DESCRIPTION = "Bindings for the Twofish implementation by Niels Ferguson\ |
3 | libtwofish-dev." | 3 | libtwofish-dev." |
4 | HOMEPAGE = "http://github.com/keybase/python-twofish" | 4 | HOMEPAGE = "https://github.com/keybase/python-twofish" |
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33a63abf6d7567b1689d8ce69f00e43b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33a63abf6d7567b1689d8ce69f00e43b" |
7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb index c1e931e07e..afe74947f5 100644 --- a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Unified diff parsing/metadata extraction library" | 1 | SUMMARY = "Unified diff parsing/metadata extraction library" |
2 | HOMEPAGE = "http://github.com/matiasb/python-unidiff" | 2 | HOMEPAGE = "https://github.com/matiasb/python-unidiff" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb index 2da6c88bc8..ace11be8e5 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." | 1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." |
2 | HOMEPAGE = "http://wrapt.readthedocs.org/" | 2 | HOMEPAGE = "https://wrapt.readthedocs.org/" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7" |
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index 5c572c615b..f8b7c9b5ff 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spre | |||
2 | DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\ | 2 | DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\ |
3 | versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ | 3 | versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ |
4 | Strong support for Excel dates. Unicode-aware." | 4 | Strong support for Excel dates. Unicode-aware." |
5 | HOMEPAGE = "http://www.python-excel.org/" | 5 | HOMEPAGE = "https://www.python-excel.org/" |
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1" |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb index 6f2adb914d..bed660ced4 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." | 1 | DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." |
2 | HOMEPAGE = "http://www.wxpython.org" | 2 | HOMEPAGE = "https://www.wxpython.org" |
3 | 3 | ||
4 | LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" | 4 | LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb index f0ce981480..c22df46564 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A python module for system storage configuration" | 1 | DESCRIPTION = "A python module for system storage configuration" |
2 | HOMEPAGE = "http://fedoraproject.org/wiki/blivet" | 2 | HOMEPAGE = "https://fedoraproject.org/wiki/blivet" |
3 | LICENSE = "LGPL-2.0-or-later" | 3 | LICENSE = "LGPL-2.0-or-later" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | 5 | ||
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb index 428876e4af..0817bc732a 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "PyEphem astronomical calculations" | 1 | SUMMARY = "PyEphem astronomical calculations" |
2 | HOMEPAGE = "http://rhodesmill.org/pyephem/" | 2 | HOMEPAGE = "https://rhodesmill.org/pyephem/" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" |
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb index 0013762f0a..df66a8ebf7 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A python library for manipulating kickstart files" | 1 | DESCRIPTION = "A python library for manipulating kickstart files" |
2 | HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | 2 | HOMEPAGE = "https://fedoraproject.org/wiki/pykickstart" |
3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb index ead376827c..59c9914bc2 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb | |||
@@ -12,7 +12,7 @@ at http://www.dmtf.org/standards/wbem. \ | |||
12 | \ | 12 | \ |
13 | It also provides a Python provider interface, and is the fastest and easiest \ | 13 | It also provides a Python provider interface, and is the fastest and easiest \ |
14 | way to write providers on the planet." | 14 | way to write providers on the planet." |
15 | HOMEPAGE = "http://pywbem.github.io" | 15 | HOMEPAGE = "https://pywbem.github.io" |
16 | LICENSE = "LGPL-2.1-only" | 16 | LICENSE = "LGPL-2.1-only" |
17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
18 | 18 | ||
diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb index 6caf5f37ce..aecffa9d7e 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "This module provides access to the LDAP \ | |||
3 | (Lightweight Directory Access Protocol) through Python operations \ | 3 | (Lightweight Directory Access Protocol) through Python operations \ |
4 | instead of C API. The module mainly acts as a wrapper for the \ | 4 | instead of C API. The module mainly acts as a wrapper for the \ |
5 | OpenLDAP 2.x libraries. Errors will appear as exceptions." | 5 | OpenLDAP 2.x libraries. Errors will appear as exceptions." |
6 | HOMEPAGE = "http://www.python-ldap.org/" | 6 | HOMEPAGE = "https://www.python-ldap.org/" |
7 | LICENSE = "PSF-2.0" | 7 | LICENSE = "PSF-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" | 8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" |
9 | 9 | ||