python3-pyhamcrest_2.1.0.bb 433 B

123456789101112131415
  1. SUMMARY = "Hamcrest framework for matcher objects"
  2. HOMEPAGE = "https://github.com/hamcrest/PyHamcrest"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612"
  5. SRC_URI[sha256sum] = "c6acbec0923d0cb7e72c22af1926f3e7c97b8e8d69fc7498eabacaf7c975bd9c"
  6. inherit pypi python_hatchling
  7. DEPENDS += "python3-hatch-vcs-native"
  8. RDEPENDS:${PN} += " \
  9. python3-asyncio \
  10. python3-numbers \
  11. "