python3-pytest-codspeed_3.0.0.bb 483 B

1234567891011121314
  1. SUMMARY = "Pytest plugin to create CodSpeed benchmarks"
  2. HOMEPAGE = "https://codspeed.io/"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3"
  5. DEPENDS = "python3-hatchling-native"
  6. SRC_URI[sha256sum] = "c5b80100ea32dd44079bb2db298288763eb8fe859eafa1650a8711bd2c32fd06"
  7. inherit pypi python_hatchling
  8. PYPI_PACKAGE = "pytest_codspeed"
  9. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  10. RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest"