summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb b/meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb
new file mode 100644
index 0000000000..2b78e3a7b3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb
@@ -0,0 +1,24 @@
1SUMMARY = "bcj filter library"
2HOMEPAGE = "https://codeberg.org/miurahr/pybcj"
3LICENSE = "LGPL-2.1-or-later"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI[sha256sum] = "b8873637f0be00ceaa372d0fb81693604b4bbc8decdb2b1ae5f9b84d196788d9"
8
9inherit pypi python_setuptools_build_meta pypi
10
11#PROVIDES = "python3-pybcj"
12
13DEPENDS += " \
14 python3-setuptools-scm-native \
15 python3-toml-native \
16 python3-wheel-native \
17"
18
19RDEPENDS:${PN} += "\
20 python3-email \
21 python3-importlib-metadata \
22 python3-core \
23 python3-compression \
24"