python3-jinja2_3.1.5.bb 1012 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. SUMMARY = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
  2. HOMEPAGE = "https://pypi.org/project/Jinja2/"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462"
  5. SRC_URI[sha256sum] = "8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"
  6. PYPI_PACKAGE = "jinja2"
  7. CVE_PRODUCT = "jinja2 jinja"
  8. CLEANBROKEN = "1"
  9. inherit pypi python_flit_core ptest-python-pytest
  10. do_install_ptest:append() {
  11. # test_async items require trio module
  12. rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py
  13. }
  14. RDEPENDS:${PN}-ptest += " \
  15. python3-unixadmin \
  16. "
  17. RDEPENDS:${PN} += " \
  18. python3-asyncio \
  19. python3-crypt \
  20. python3-io \
  21. python3-json \
  22. python3-markupsafe \
  23. python3-math \
  24. python3-netclient \
  25. python3-numbers\
  26. python3-pickle \
  27. python3-pprint \
  28. python3-shell \
  29. python3-threading \
  30. "
  31. BBCLASSEXTEND = "native nativesdk"