diff options
59 files changed, 59 insertions, 59 deletions
diff --git a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb index 85e5f59c7a..478d3691a7 100644 --- a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb +++ b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "This script upgrades packages automatically and unattended." | 1 | SUMMARY = "This script upgrades packages automatically and unattended." |
2 | DESCRIPTION = "The purpose of unattended-upgrades is to keep the computer current with the latest security (and other) updates automatically." | 2 | DESCRIPTION = "The purpose of unattended-upgrades is to keep the computer current with the latest security (and other) updates automatically." |
3 | HOMEPAGE = "https://wiki.debian.org/UnattendedUpgrades" | 3 | HOMEPAGE = "https://wiki.debian.org/UnattendedUpgrades" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
6 | file://debian/copyright;md5=62b5f2ac0ede901fb245eefbe54c181f" | 6 | file://debian/copyright;md5=62b5f2ac0ede901fb245eefbe54c181f" |
7 | 7 | ||
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 1e9ba9e140..f5e2f67b35 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,6 +1,6 @@ | |||
1 | SUMMARY = "Telepathy IM framework - Python package" | 1 | SUMMARY = "Telepathy IM framework - Python package" |
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
3 | LICENSE = "LGPLv2.1+" | 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" |
6 | 6 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.7.0.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.7.0.bb index df50bc7a89..0a81ebdded 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.7.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX" | 1 | DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX" |
2 | HOMEPAGE = "https://github.com/ralphbean/ansi2html" | 2 | HOMEPAGE = "https://github.com/ralphbean/ansi2html" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPL-3.0-only" |
5 | 5 | ||
6 | PYPI_PACKAGE = "ansi2html" | 6 | PYPI_PACKAGE = "ansi2html" |
7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb index d07ccbbf90..c02e31a9a1 100644 --- a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Pattern matching and various utilities for file systems paths." | 1 | SUMMARY = "Pattern matching and various utilities for file systems paths." |
2 | 2 | ||
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65" | 6 | SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65" |
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.9.3.bb b/meta-python/recipes-devtools/python/python3-astroid_2.9.3.bb index 7bc93bf335..5828c24a23 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.9.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "An abstract syntax tree for Python with inference support." | 1 | SUMMARY = "An abstract syntax tree for Python with inference support." |
2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "1efdf4e867d4d8ba4a9f6cf9ce07cd182c4c41de77f23814feb27ca93ca9d877" | 7 | SRC_URI[sha256sum] = "1efdf4e867d4d8ba4a9f6cf9ce07cd182c4c41de77f23814feb27ca93ca9d877" |
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 6f67d28651..2314f72845 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,6 +1,6 @@ | |||
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" | 2 | AUTHOR = "James Henstridge" |
3 | LICENSE = "LGPL-2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | inherit setuptools3 pypi | 6 | inherit setuptools3 pypi |
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb index 6566f8d664..46ceed8b80 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | 1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" |
2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | 2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898a44fd7" | 6 | SRC_URI[sha256sum] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898a44fd7" |
diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb index 760b5dde9c..4fe7bcbff0 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Controller Area Network (CAN) interface module for Python" | 1 | SUMMARY = "Controller Area Network (CAN) interface module for Python" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "LGPLv3" | 3 | LICENSE = "LGPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "305075968c56bd85130b19d86e9e505d" | 6 | SRC_URI[md5sum] = "305075968c56bd85130b19d86e9e505d" |
diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb index 8fa9797768..d6d96965eb 100644 --- a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Universal character encoding detector" | 1 | SUMMARY = "Universal character encoding detector" |
2 | HOMEPAGE = "https://github.com/PyYoshi/cChardet" | 2 | HOMEPAGE = "https://github.com/PyYoshi/cChardet" |
3 | LICENSE = "MPLv1.1" | 3 | LICENSE = "MPL-1.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" | 6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" |
diff --git a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb index 8b3c8bbaaf..75fe4df8d7 100644 --- a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Universal encoding detector for Python 2 and 3" | 1 | SUMMARY = "Universal encoding detector for Python 2 and 3" |
2 | LICENSE = "LGPL-2.1" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" | 5 | SRC_URI[sha256sum] = "0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" |
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 f9900b134b..5a54c696f4 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,7 +1,7 @@ | |||
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 = "http://contextlib2.readthedocs.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF & Apache-2" | 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" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" | 7 | SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" |
diff --git a/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb b/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb index 0d51420939..f58760761a 100644 --- a/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb +++ b/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A python package implementing the crc32c algorithmin hardware and software" | 1 | SUMMARY = "A python package implementing the crc32c algorithmin hardware and software" |
2 | HOMEPAGE = "https://github.com/ICRAR/crc32c" | 2 | HOMEPAGE = "https://github.com/ICRAR/crc32c" |
3 | 3 | ||
4 | LICENSE = "BSD-2-Clause & BSD-3-Clause & CRC32C-ADLER & LGPL-2.0+" | 4 | LICENSE = "BSD-2-Clause & BSD-3-Clause & CRC32C-ADLER & LGPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ | 6 | file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ |
7 | file://LICENSE.google-crc32c;md5=e9ed01b5e5ac9eae23fc2bb33701220c \ | 7 | file://LICENSE.google-crc32c;md5=e9ed01b5e5ac9eae23fc2bb33701220c \ |
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb index 1bcf18ab6f..70e9831770 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Convex optimization package" | 1 | SUMMARY = "Convex optimization package" |
2 | HOMEPAGE = "http://cvxopt.org" | 2 | HOMEPAGE = "http://cvxopt.org" |
3 | LICENSE = "GPL-3.0" | 3 | LICENSE = "GPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master" |
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 1911182fcd..b1ba953922 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "language bindings for libdbus, for Python 3.5 or later" | 1 | SUMMARY = "language bindings for libdbus, for Python 3.5 or later" |
2 | HOMEPAGE = "https://github.com/ldo/dbussy" | 2 | HOMEPAGE = "https://github.com/ldo/dbussy" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \ | 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \ |
diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb index e5790f478c..3396c7262d 100644 --- a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "XML bomb protection for Python stdlib modules" | |||
2 | DESCRIPTION = "Python package with modified subclasses of all stdlib XML \ | 2 | DESCRIPTION = "Python package with modified subclasses of all stdlib XML \ |
3 | parsers that prevent any potentially malicious operation." | 3 | parsers that prevent any potentially malicious operation." |
4 | 4 | ||
5 | LICENSE = "PSF" | 5 | LICENSE = "PSF-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" | 8 | SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" |
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb index 40bc1868f4..8e17438262 100644 --- a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." | 1 | SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." |
2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "9f714324ca99eee98bb3c3cdbe838de6" | 5 | SRC_URI[md5sum] = "9f714324ca99eee98bb3c3cdbe838de6" |
diff --git a/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb b/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb index 3fdc1363c1..2fbc277139 100644 --- a/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0)" | 1 | SUMMARY = "Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0)" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c73b943dc75f6f65e007c56ac6515c8f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c73b943dc75f6f65e007c56ac6515c8f" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "0b85b418018746d63ed66b55465697a9" | 6 | SRC_URI[md5sum] = "0b85b418018746d63ed66b55465697a9" |
diff --git a/meta-python/recipes-devtools/python/python3-gmpy2_2.1.2.bb b/meta-python/recipes-devtools/python/python3-gmpy2_2.1.2.bb index d064ba5c07..274f24090b 100644 --- a/meta-python/recipes-devtools/python/python3-gmpy2_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-gmpy2_2.1.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x" | 1 | SUMMARY = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "GPL-3.0 | LGPL-3.0+" | 3 | LICENSE = "GPL-3.0-only | LGPL-3.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
5 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" | 5 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" |
6 | 6 | ||
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb index 4a5b1d2c8b..d14987b1fe 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python lightweight in-process concurrent programming" | 1 | SUMMARY = "Python lightweight in-process concurrent programming" |
2 | HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/" | 2 | HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/" |
3 | LICENSE = "MIT & PSF" | 3 | LICENSE = "MIT & PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ |
5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" | 5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" |
6 | 6 | ||
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb index c5ef2ccd3a..64873d2464 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Convert HTML to Markdown-formatted text" | 1 | SUMMARY = "Convert HTML to Markdown-formatted text" |
2 | HOMEPAGE = "https://github.com/Alir3z4/html2text" | 2 | HOMEPAGE = "https://github.com/Alir3z4/html2text" |
3 | 3 | ||
4 | LICENSE = "GPL-3.0" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "c77b580c94d1a9e0145f23cc4472993d" | 7 | SRC_URI[md5sum] = "c77b580c94d1a9e0145f23cc4472993d" |
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb index fd636421bd..d841f92343 100644 --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Interval arithmetic for Python" | |||
2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | 2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "LGPLv3" | 5 | LICENSE = "LGPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" |
7 | 7 | ||
8 | PYPI_PACKAGE := "python-intervals" | 8 | PYPI_PACKAGE := "python-intervals" |
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb index 39819f4351..948f7651a0 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ | 1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ |
2 | keyboard, territory" | 2 | keyboard, territory" |
3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" | 3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" |
4 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
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 9974326de6..673d32c2d4 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 | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python LR parsing library" | 1 | SUMMARY = "Python LR parsing library" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "AGPL-3.0" | 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 = "http://lrparsing.sourceforge.net/" |
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb index 43f071281d..f3b7e0c6cd 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb | |||
@@ -6,7 +6,7 @@ significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, \ | |||
6 | C14N and much more." | 6 | C14N and much more." |
7 | HOMEPAGE = "https://lxml.de/" | 7 | HOMEPAGE = "https://lxml.de/" |
8 | SECTION = "devel/python" | 8 | SECTION = "devel/python" |
9 | LICENSE = "BSD-3-Clause & GPLv2 & MIT & PSF" | 9 | LICENSE = "BSD-3-Clause & GPL-2.0-only & MIT & PSF-2.0" |
10 | LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | 10 | LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ |
11 | file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \ | 11 | file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \ |
12 | file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \ | 12 | file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \ |
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb index 84bec0b201..b9eab3c931 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | |||
@@ -5,7 +5,7 @@ publication-quality figures in a variety of hardcopy formats \ | |||
5 | and interactive environments across platforms." | 5 | and interactive environments across platforms." |
6 | HOMEPAGE = "https://github.com/matplotlib/matplotlib" | 6 | HOMEPAGE = "https://github.com/matplotlib/matplotlib" |
7 | SECTION = "devel/python" | 7 | SECTION = "devel/python" |
8 | LICENSE = "PSF" | 8 | LICENSE = "PSF-2.0" |
9 | LIC_FILES_CHKSUM = "\ | 9 | LIC_FILES_CHKSUM = "\ |
10 | file://setup.py;beginline=296;endline=296;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \ | 10 | file://setup.py;beginline=296;endline=296;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \ |
11 | file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74 \ | 11 | file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74 \ |
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb index 952286d37c..591b9c6b8d 100644 --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | 1 | SUMMARY = "A case-insensitive ordered dictionary for Python" |
2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | 2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0" | 6 | SRC_URI[sha256sum] = "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0" |
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index b3a78ad651..0cb1b85e5a 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" | 1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" | 3 | LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" | 5 | SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" |
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb index 0a54efde82..a02a7891a7 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "The leading native Python SSHv2 protocol library." | 1 | DESCRIPTION = "The leading native Python SSHv2 protocol library." |
2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" | 2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" |
3 | LICENSE = "LGPL-2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b" | 6 | SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b" |
diff --git a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb index e712c8f1ed..0dad8b0ce9 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Python data structure and operations for intervals" | |||
2 | HOMEPAGE = "https://github.com/AlexandreDecan/portion" | 2 | HOMEPAGE = "https://github.com/AlexandreDecan/portion" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "LGPLv3" | 5 | LICENSE = "LGPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb index 28d94ba5bf..a45ef45f32 100644 --- a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | |||
@@ -4,7 +4,7 @@ process' behaviour. Usage of the function is fairly messy though, due to \ | |||
4 | limitations in C and linux. This module provides a nice non-messy python(ic) \ | 4 | limitations in C and linux. This module provides a nice non-messy python(ic) \ |
5 | interface." | 5 | interface." |
6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPL-3.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1475481f9ec754d758859bd2c75f6f6f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1475481f9ec754d758859bd2c75f6f6f" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb index c1e549bcb5..862c3d594e 100644 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "ALSA bindings" | 1 | SUMMARY = "ALSA bindings" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" |
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb index d67975b52b..7c822ac23f 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Python bindings for DBus AT-SPI2 accessibility" | |||
2 | DESCRIPTION = "AT-SPI2 is a protocol over DBus, toolkit widgets use to provide content to screen readers such as Orca" | 2 | DESCRIPTION = "AT-SPI2 is a protocol over DBus, toolkit widgets use to provide content to screen readers such as Orca" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" | 4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \ |
7 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 7 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
8 | DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ python3-pygobject" | 8 | DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ python3-pygobject" |
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index cc659ea678..b32f3a3627 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | 4 | ||
5 | DEPENDS = "bluez5" | 5 | DEPENDS = "bluez5" |
6 | 6 | ||
7 | LICENSE = "GPL-2.0" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" | 10 | SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" |
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb index a80fed62de..0f1ae3caca 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb | |||
@@ -7,7 +7,7 @@ be used to fetch objects identified by a URL from a Python program \ | |||
7 | SECTION = "devel/python" | 7 | SECTION = "devel/python" |
8 | HOMEPAGE = "http://pycurl.io/" | 8 | HOMEPAGE = "http://pycurl.io/" |
9 | 9 | ||
10 | LICENSE = "LGPLv2 | MIT" | 10 | LICENSE = "LGPL-2.0-only | MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ | 11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ |
12 | file://COPYING-MIT;md5=75f131c591546fd1277ca49c9a81ab1b \ | 12 | file://COPYING-MIT;md5=75f131c591546fd1277ca49c9a81ab1b \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 188934ab97..a1b9fffea6 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Pythonic DBus library" | 1 | DESCRIPTION = "Pythonic DBus library" |
2 | HOMEPAGE = "https://pypi.python.org/pypi/pydbus/" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/pydbus/" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a916467b91076e631dd8edb7424769c7" |
5 | 5 | ||
6 | SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \ | 6 | SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyiface_git.bb b/meta-python/recipes-devtools/python/python3-pyiface_git.bb index 847efd8cf8..5e0d2de916 100644 --- a/meta-python/recipes-devtools/python/python3-pyiface_git.bb +++ b/meta-python/recipes-devtools/python/python3-pyiface_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way" | 1 | SUMMARY = "Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | HOMEPAGE = "https://pypi.python.org/pypi/pyiface/" | 3 | HOMEPAGE = "https://pypi.python.org/pypi/pyiface/" |
4 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" |
7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb index 47a40fdce2..60726df09d 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb | |||
@@ -1,6 +1,6 @@ | |||
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= "http://www.pylint.org/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "2eb5f3cb8fe567eaf5420dd415012202" | 6 | SRC_URI[md5sum] = "2eb5f3cb8fe567eaf5420dd415012202" |
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb index a85b0929d4..fa5b3a522a 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A pure Python netlink and Linux network configuration library" | 1 | SUMMARY = "A pure Python netlink and Linux network configuration library" |
2 | LICENSE = "GPLv2 & Apache-2.0" | 2 | LICENSE = "GPL-2.0-only & Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 3 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
4 | file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" | 4 | file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" |
5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb index cdfb7d3b0c..0056a794f9 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Python bindings for interacting with systemd over DBus" | 1 | SUMMARY = "Python bindings for interacting with systemd over DBus" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3" | 5 | SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3" |
diff --git a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.12118.bb b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.12118.bb index 3e799cf622..147e3bf6aa 100644 --- a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.12118.bb +++ b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.12118.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video player." | 1 | SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video player." |
2 | HOMEPAGE = "wiki.videolan.org/PythonBinding" | 2 | HOMEPAGE = "wiki.videolan.org/PythonBinding" |
3 | LICENSE = "LGPL-2.0" | 3 | LICENSE = "LGPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "566f2f7c303f6800851cacc016df1c6eeec094ad63e0a49d87db9d698094f1fb" | 6 | SRC_URI[sha256sum] = "566f2f7c303f6800851cacc016df1c6eeec094ad63e0a49d87db9d698094f1fb" |
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb index 183bf7273c..4c4c959eba 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A libudev binding" | 1 | SUMMARY = "A libudev binding" |
2 | 2 | ||
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc" | 6 | SRC_URI[sha256sum] = "32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc" |
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb index 87605c2b3e..09e7341877 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Pyzmq provides Zero message queue access for the Python language" | 1 | SUMMARY = "Pyzmq provides Zero message queue access for the Python language" |
2 | HOMEPAGE = "http://zeromq.org/bindings:python" | 2 | HOMEPAGE = "http://zeromq.org/bindings:python" |
3 | LICENSE = "BSD-3-Clause & LGPL-3.0" | 3 | LICENSE = "BSD-3-Clause & LGPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ | 4 | LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ |
5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" | 5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" |
6 | DEPENDS = "zeromq" | 6 | DEPENDS = "zeromq" |
diff --git a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb index 57a9185289..ae4e6f72da 100644 --- a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb | |||
@@ -10,7 +10,7 @@ there are no clients anymore on the message bus, as well as convenience \ | |||
10 | functions and decorators for integrating a dbus service with PolicyKit." | 10 | functions and decorators for integrating a dbus service with PolicyKit." |
11 | 11 | ||
12 | SECTION = "devel/python" | 12 | SECTION = "devel/python" |
13 | LICENSE = "GPLv2+" | 13 | LICENSE = "GPL-2.0-or-later" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" |
15 | SRCNAME = "python-slip" | 15 | SRCNAME = "python-slip" |
16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb index a9ba24fdbc..3e14736b2d 100644 --- a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb +++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Set of i2c tools for linux - Python module" | 1 | SUMMARY = "Set of i2c tools for linux - Python module" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://py-smbus/smbusmodule.c;beginline=1;endline=18;md5=46e424fb045901ab25e0f92c28c80055" | 3 | LIC_FILES_CHKSUM = "file://py-smbus/smbusmodule.c;beginline=1;endline=18;md5=46e424fb045901ab25e0f92c28c80055" |
4 | 4 | ||
5 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz \ |
diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.2.1.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.2.1.bb index 7401e039bf..be0bafd33f 100644 --- a/meta-python/recipes-devtools/python/python3-smpplib_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-smpplib_2.2.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "SMPP library for python" | 1 | SUMMARY = "SMPP library for python" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "GPLv3.0" | 3 | LICENSE = "GPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://README.md;md5=8b4e2ac8cf248f7b991784f88b630852" | 4 | LIC_FILES_CHKSUM = "file://README.md;md5=8b4e2ac8cf248f7b991784f88b630852" |
5 | 5 | ||
6 | PYPI_PACKAGE = "smpplib" | 6 | PYPI_PACKAGE = "smpplib" |
diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb b/meta-python/recipes-devtools/python/python3-systemd_234.bb index 1aecb375bf..10614fe374 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_234.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_234.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python interface for libsystemd" | 1 | SUMMARY = "Python interface for libsystemd" |
2 | HOMEPAGE = "https://github.com/systemd/python-systemd" | 2 | HOMEPAGE = "https://github.com/systemd/python-systemd" |
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | PYPI_PACKAGE = "systemd-python" | 6 | PYPI_PACKAGE = "systemd-python" |
diff --git a/meta-python/recipes-devtools/python/python3-term_2.3.bb b/meta-python/recipes-devtools/python/python3-term_2.3.bb index 723f1db512..6b62eb02ce 100644 --- a/meta-python/recipes-devtools/python/python3-term_2.3.bb +++ b/meta-python/recipes-devtools/python/python3-term_2.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "An enhanced version of the tty module" | 1 | SUMMARY = "An enhanced version of the tty module" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "Python-2" | 3 | LICENSE = "Python-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "ab0c1bce381b1109fe4390c56aa06237" | 6 | SRC_URI[md5sum] = "ab0c1bce381b1109fe4390c56aa06237" |
diff --git a/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb index a8e632487d..a5f491c770 100644 --- a/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | HOMEPAGE = "https://github.com/python/typing" | 1 | HOMEPAGE = "https://github.com/python/typing" |
2 | LICENSE = "PSF" | 2 | LICENSE = "PSF-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" |
4 | 4 | ||
5 | # The name on PyPi is slightly different. | 5 | # The name on PyPi is slightly different. |
diff --git a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb index cf0fa30a32..ea40d5f6bb 100644 --- a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Smart replacement for plain tuple used in __version__" | 1 | SUMMARY = "Smart replacement for plain tuple used in __version__" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | HOMEPAGE = "https://launchpad.net/versiontools" | 3 | HOMEPAGE = "https://launchpad.net/versiontools" |
4 | LICENSE = "LGPLv3" | 4 | LICENSE = "LGPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251" | 7 | SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251" |
diff --git a/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb b/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb index 7e7b5235ee..e81e4dabee 100644 --- a/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb +++ b/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "unittest-based test runner with Ant/JUnit like XML reporting" | 1 | SUMMARY = "unittest-based test runner with Ant/JUnit like XML reporting" |
2 | HOMEPAGE = "https://github.com/pycontribs/xmlrunner" | 2 | HOMEPAGE = "https://github.com/pycontribs/xmlrunner" |
3 | LICENSE = "LGPL-3.0" | 3 | LICENSE = "LGPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fa964f202b6ae067ed5828fe43c77c1a" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fa964f202b6ae067ed5828fe43c77c1a" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "7b0b152ed2d278516aedbc0cac22dfb3" | 6 | SRC_URI[md5sum] = "7b0b152ed2d278516aedbc0cac22dfb3" |
diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb index b45e96d387..ccd1cd787d 100644 --- a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." | 1 | DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." |
2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=313d021898694cd2b0ea6508bdfe51a2" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=313d021898694cd2b0ea6508bdfe51a2" |
6 | 6 | ||
7 | PYPI_PACKAGE = "XStatic-Font-Awesome" | 7 | PYPI_PACKAGE = "XStatic-Font-Awesome" |
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb index c49782e426..bc06618c1e 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" | 1 | SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" |
2 | HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" | 2 | HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" |
3 | LICENSE = "LGPL-2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c" | 6 | SRC_URI[sha256sum] = "10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb index 85575df7b5..fcadf130c9 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb | |||
@@ -1,6 +1,6 @@ | |||
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 = "http://fedoraproject.org/wiki/blivet" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPL-2.0-or-later" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index 9522770eff..995fb49622 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | 1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" |
2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | 2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" |
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb index 96dba96123..16596596a6 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A python library for handling exceptions" | |||
2 | DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ | 2 | DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ |
3 | exceptions." | 3 | exceptions." |
4 | HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" | 4 | HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | inherit setuptools3 | 8 | inherit setuptools3 |
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb index 7aa0758400..6bf9ada581 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb | |||
@@ -1,6 +1,6 @@ | |||
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 = "http://fedoraproject.org/wiki/pykickstart" |
3 | LICENSE = "GPLv2+" | 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" |
6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 66cd27d447..2cdf82365a 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -3,7 +3,7 @@ an interface to libparted, the GNU parted library for disk partitioning and \ | |||
3 | filesystem manipulation." | 3 | filesystem manipulation." |
4 | SUMMARY = "Python bindings for libparted" | 4 | SUMMARY = "Python bindings for libparted" |
5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" | 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" |
6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "\ | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb index bf9304cdd1..2d23017c88 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Cross-platform locking library" | 1 | SUMMARY = "Cross-platform locking library" |
2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" | 2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF-2.0" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" |
6 | 6 | ||
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb index 26758427a2..676c654b52 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb | |||
@@ -13,7 +13,7 @@ at http://www.dmtf.org/standards/wbem. \ | |||
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 = "http://pywbem.github.io" |
16 | LICENSE = "LGPLv2.1" | 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 | ||
19 | SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a" | 19 | SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a" |