Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 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] = "c7f5bef7f47723c53420e377bc64d2553843bee8bcac5f0ad076ab1524780018" |
| 8 | |
| 9 | inherit pypi python_setuptools_build_meta pypi |
| 10 | |
| 11 | #PROVIDES = "python3-pybcj" |
| 12 | |
| 13 | DEPENDS += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 14 | python3-setuptools-scm-native \ |
| 15 | python3-toml-native \ |
| 16 | python3-wheel-native \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 17 | " |
| 18 | |
| 19 | RDEPENDS:${PN} += "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 20 | python3-email \ |
| 21 | python3-importlib-metadata \ |
| 22 | python3-core \ |
| 23 | python3-compression \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 24 | " |