diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-31 13:52:13 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-31 10:34:03 -0800 |
commit | bd6a1bb27844cb3c839ada75a5796c611dabf14a (patch) | |
tree | c759e40c4bf189fef9a5b34ae31b698e7de9c71b /meta-python | |
parent | 86980f2df271c4a798efe9fc40023b2db6911f47 (diff) | |
download | meta-openembedded-bd6a1bb27844cb3c839ada75a5796c611dabf14a.tar.gz |
recipes: Fix variable assignment whitespace
Recipes are much more readable with whitespace around the assignment operators.
Fix various assignments in meta-openembedded recipes to show this is definitely
the preferred formatting.
This fixes recipes with larger numbers of issues but there are just under 100
other references left to fix.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
11 files changed, 12 insertions, 12 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index ab39606bdb..2d77c32945 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | |||
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" |
15 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" | 15 | SRCREV = "88cf6d9b9b685ffa1720644bd53c742afb10a414" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb b/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb index 152d952263..3a06fa88ef 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb | |||
@@ -25,4 +25,4 @@ RDEPENDS:${PN} = "python3-numpy \ | |||
25 | python3-json \ | 25 | python3-json \ |
26 | " | 26 | " |
27 | 27 | ||
28 | export HDF5_VERSION="1.14.0" | 28 | export HDF5_VERSION = "1.14.0" |
diff --git a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb index 5a0e5a8499..8390a8f78a 100644 --- a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24" | 9 | SRC_URI[sha256sum] = "ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24" |
10 | 10 | ||
11 | PYPI_PACKAGE="jsbeautifier" | 11 | PYPI_PACKAGE = "jsbeautifier" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | python3-core \ | 14 | python3-core \ |
diff --git a/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb b/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb index 185597dea1..e4246f594e 100644 --- a/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "025f8c809a126f45a082ffa820893e6a8d990d9d7ddb68694b5a9f0a6d | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | PYPI_PACKAGE="pcodedmp" | 10 | PYPI_PACKAGE = "pcodedmp" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb b/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb index 6cf33491b7..46440c9d5d 100644 --- a/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "dbd9047a7ac10d11a5227e97163b617ad5d665050476ff63867d971758 | |||
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
10 | 10 | ||
11 | PYPI_PACKAGE= "pdm_backend" | 11 | PYPI_PACKAGE = "pdm_backend" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.3.3.bb b/meta-python/recipes-devtools/python/python3-pylint_3.3.3.bb index 8709d8596f..f3654360de 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.3.3.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 = "http://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-rarfile_4.2.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb index 6f3012d1e1..3f4423a71f 100644 --- a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb +++ b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "8e1c8e72d0845ad2b32a47ab11a719bc2e41165ec101fd4d3fe9e92aa3 | |||
10 | 10 | ||
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||
13 | PYPI_PACKAGE="rarfile" | 13 | PYPI_PACKAGE = "rarfile" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | 7zip \ | 16 | 7zip \ |
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 8e6df79385..8e762580f6 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 | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" |
6 | 6 | ||
7 | # Prefix archive to avoid clashing with the main redis archives | 7 | # Prefix archive to avoid clashing with the main redis archives |
8 | PYPI_ARCHIVE_NAME_PREFIX="pypi-" | 8 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f" | 10 | SRC_URI[sha256sum] = "16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f" |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb index 8bfb8a6deb..6ff9a091f0 100644 --- a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "308ebfd98e67d898834876348b27caf41470cd853fbe2681cc7dacd8fd | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | PYPI_PACKAGE="unoconv" | 11 | PYPI_PACKAGE = "unoconv" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | python3-setuptools \ | 14 | python3-setuptools \ |
diff --git a/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb b/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb index 27ae8fe8af..8de764a7b6 100644 --- a/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb +++ b/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f5013484eaf7a20eb22d1821aaefe60b50cc329722372b5f8565d46d4a | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | PYPI_PACKAGE="Wand" | 11 | PYPI_PACKAGE = "Wand" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
13 | 13 | ||
14 | FILES:${PN}-doc += "${datadir}/README.rst" | 14 | FILES:${PN}-doc += "${datadir}/README.rst" |
diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb index 9755bacca1..1512672435 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Rich is a Python library for rich text and beautiful formatting in th | |||
2 | DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \ | 2 | DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \ |
3 | Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \ | 3 | Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \ |
4 | tracebacks, and more." | 4 | tracebacks, and more." |
5 | HOMEPAGE="https://github.com/Textualize/rich" | 5 | HOMEPAGE = "https://github.com/Textualize/rich" |
6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||