# Copyright (C) 2022 Khem Raj # 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=ed1d69a33480ebf4ff8a7a760826d84e" inherit pypi python_setuptools_build_meta python3native PYPI_PACKAGE = "sip" SRC_URI[sha256sum] = "fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} = " \ python3-core \ python3-packaging \ python3-logging \ python3-tomllib \ python3-setuptools \ " BBCLASSEXTEND = "native"