diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
9 files changed, 10 insertions, 10 deletions
| 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" | 
