sip_6.11.0.bb 714 B

1234567891011121314151617181920212223242526
  1. # Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
  2. # Released under the MIT license (see COPYING.MIT for the terms)
  3. SUMMARY = "A Python bindings generator for C/C++ libraries"
  4. HOMEPAGE = "https://github.com/Python-SIP/sip"
  5. LICENSE = "BSD-2-Clause"
  6. SECTION = "devel"
  7. LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
  8. inherit pypi python_setuptools_build_meta python3native
  9. PYPI_PACKAGE = "sip"
  10. SRC_URI[sha256sum] = "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799"
  11. DEPENDS += "python3-setuptools-scm-native"
  12. RDEPENDS:${PN} = " \
  13. python3-core \
  14. python3-packaging \
  15. python3-logging \
  16. python3-tomllib \
  17. python3-setuptools \
  18. "
  19. BBCLASSEXTEND = "native"