summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-31 13:52:13 +0000
committerKhem Raj <raj.khem@gmail.com>2025-01-31 10:34:03 -0800
commitbd6a1bb27844cb3c839ada75a5796c611dabf14a (patch)
treec759e40c4bf189fef9a5b34ae31b698e7de9c71b /meta-python
parent86980f2df271c4a798efe9fc40023b2db6911f47 (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pylint_3.3.3.bb4
-rw-r--r--meta-python/recipes-devtools/python/python3-rarfile_4.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-redis_5.2.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-wand_0.6.13.bb2
-rw-r--r--meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb2
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
14SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https"
15SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" 15SRCREV = "88cf6d9b9b685ffa1720644bd53c742afb10a414"
16 16
17S = "${WORKDIR}/git" 17S = "${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
28export HDF5_VERSION="1.14.0" 28export 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
9SRC_URI[sha256sum] = "ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24" 9SRC_URI[sha256sum] = "ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24"
10 10
11PYPI_PACKAGE="jsbeautifier" 11PYPI_PACKAGE = "jsbeautifier"
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${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
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10PYPI_PACKAGE="pcodedmp" 10PYPI_PACKAGE = "pcodedmp"
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "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
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
11PYPI_PACKAGE= "pdm_backend" 11PYPI_PACKAGE = "pdm_backend"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "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 @@
1SUMMARY="Pylint is a Python source code analyzer" 1SUMMARY = "Pylint is a Python source code analyzer"
2HOMEPAGE= "http://www.pylint.org/" 2HOMEPAGE = "http://www.pylint.org/"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" 4LIC_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
11inherit pypi 11inherit pypi
12 12
13PYPI_PACKAGE="rarfile" 13PYPI_PACKAGE = "rarfile"
14 14
15RDEPENDS:${PN} += "\ 15RDEPENDS:${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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" 5LIC_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
8PYPI_ARCHIVE_NAME_PREFIX="pypi-" 8PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
9 9
10SRC_URI[sha256sum] = "16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f" 10SRC_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
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11PYPI_PACKAGE="unoconv" 11PYPI_PACKAGE = "unoconv"
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${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
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11PYPI_PACKAGE="Wand" 11PYPI_PACKAGE = "Wand"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14FILES:${PN}-doc += "${datadir}/README.rst" 14FILES:${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
2DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \ 2DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \
3Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \ 3Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
4tracebacks, and more." 4tracebacks, and more."
5HOMEPAGE="https://github.com/Textualize/rich" 5HOMEPAGE = "https://github.com/Textualize/rich"
6SECTION = "devel/python" 6SECTION = "devel/python"
7LICENSE = "MIT" 7LICENSE = "MIT"
8 8