summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/sip/sip_6.12.0.bb')
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.12.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.12.0.bb b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
new file mode 100644
index 0000000000..20e705f1a6
--- /dev/null
+++ b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
@@ -0,0 +1,26 @@
1# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "A Python bindings generator for C/C++ libraries"
5
6HOMEPAGE = "https://github.com/Python-SIP/sip"
7LICENSE = "BSD-2-Clause"
8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
10
11inherit pypi python_setuptools_build_meta python3native
12
13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6"
15
16DEPENDS += "python3-setuptools-scm-native"
17
18RDEPENDS:${PN} = " \
19 python3-core \
20 python3-packaging \
21 python3-logging \
22 python3-tomllib \
23 python3-setuptools \
24"
25
26BBCLASSEXTEND = "native"