python3-rfc3986-validator_0.1.1.bb 558 B

123456789101112131415161718192021
  1. SUMMARY = "Pure python rfc3986 validator"
  2. HOMEPAGE = "https://github.com/naimetti/rfc3986-validator"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6"
  5. SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055"
  6. PYPI_PACKAGE = "rfc3986_validator"
  7. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  8. inherit pypi setuptools3
  9. SRC_URI += "\
  10. file://0001-setup.py-move-pytest-runner-to-test_requirements.patch \
  11. "
  12. RDEPENDS:${PN} += "\
  13. python3-core \
  14. "
  15. BBCLASSEXTEND = "native nativesdk"