python3-dynamic-dispatch_1.0.3.bb 541 B

123456789101112131415161718
  1. SUMMARY = "dynamic dispatch decorator for classes and functions"
  2. HOMEPAGE = "https://github.com/XevoInc/dynamic_dispatch"
  3. LICENSE = "Apache-2.0"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
  5. inherit pypi setuptools3
  6. SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936da89604"
  7. PYPI_PACKAGE = "dynamic_dispatch"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. DEPENDS += "python3-setuptools-scm-native"
  10. RDEPENDS:${PN} += "\
  11. python3-typeguard \
  12. "
  13. BBCLASSEXTEND = "native nativesdk"