diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-21 16:59:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:39:39 -0700 |
| commit | 337aced6828832b7fa9b70c031099d99a5ca7e93 (patch) | |
| tree | b46c17cae6723128e4a1a71fb3e5dfe1f9bab843 /meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb | |
| parent | 04d85765725ac0b3d611e237a1af64a0384e0541 (diff) | |
| download | meta-openembedded-337aced6828832b7fa9b70c031099d99a5ca7e93.tar.gz | |
python3-pybcj: upgrade 1.0.3 -> 1.0.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb b/meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb new file mode 100644 index 0000000000..1d3d0ee245 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "bcj filter library" | ||
| 2 | HOMEPAGE = "https://codeberg.org/miurahr/pybcj" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "70bbe2dc185993351955bfe8f61395038f96f5de92bb3a436acb01505781f8f2" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta pypi | ||
| 10 | |||
| 11 | #PROVIDES = "python3-pybcj" | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | python3-setuptools-scm-native \ | ||
| 15 | python3-toml-native \ | ||
| 16 | python3-wheel-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += "\ | ||
| 20 | python3-email \ | ||
| 21 | python3-importlib-metadata \ | ||
| 22 | python3-core \ | ||
| 23 | python3-compression \ | ||
| 24 | " | ||
