python3-pyproject-api_1.7.2.bb 698 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: MIT
  2. # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
  3. SUMMARY = "pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way."
  4. HOMEPAGE = "https://pyproject-api.readthedocs.io"
  5. LICENSE = "MIT"
  6. LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
  7. SRC_URI[sha256sum] = "dc5b0e0f6e291a4f22b46e182c9c6d4915c62b1f089b8de1b73f2d06ae453593"
  8. PYPI_PACKAGE = "pyproject_api"
  9. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  10. BBCLASSEXTEND = "native nativesdk"
  11. inherit pypi python_hatchling
  12. DEPENDS += "\
  13. python3-hatch-vcs-native \
  14. "
  15. RDEPENDS:${PN} += "\
  16. python3-packaging \
  17. python3-tomli \
  18. "