mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
714 B
BlitzBasic
27 lines
714 B
BlitzBasic
# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "A Python bindings generator for C/C++ libraries"
|
|
|
|
HOMEPAGE = "https://github.com/Python-SIP/sip"
|
|
LICENSE = "BSD-2-Clause"
|
|
SECTION = "devel"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
|
|
|
|
inherit pypi python_setuptools_build_meta python3native
|
|
|
|
PYPI_PACKAGE = "sip"
|
|
SRC_URI[sha256sum] = "d065b74eca996f29f1f0831ad321efaecf9906759b09466edc45349df7be6cd0"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-core \
|
|
python3-packaging \
|
|
python3-logging \
|
|
python3-tomllib \
|
|
python3-setuptools \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|