python3-attrs_24.3.0.bb 640 B

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Classes Without Boilerplate"
  2. HOMEPAGE = "http://www.attrs.org/"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
  5. SRC_URI[sha256sum] = "8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"
  6. inherit pypi ptest-python-pytest python_hatchling
  7. DEPENDS += " \
  8. python3-hatch-vcs-native \
  9. python3-hatch-fancy-pypi-readme-native \
  10. "
  11. RDEPENDS:${PN} += " \
  12. python3-compression \
  13. python3-crypt \
  14. "
  15. RDEPENDS:${PN}-ptest += " \
  16. python3-hypothesis \
  17. "
  18. do_install_ptest:append() {
  19. install ${S}/conftest.py ${D}${PTEST_PATH}/
  20. }
  21. BBCLASSEXTEND = "native nativesdk"