python3-et-xmlfile_2.0.0.bb 824 B

123456789101112131415161718192021222324
  1. SUMMARY = "et_xmlfile is a low memory library for creating large XML files"
  2. DESCRIPTION = "It is based upon the xmlfile module from lxml with the aim of allowing code \
  3. to be developed that will work with both libraries. It was developed initially for \
  4. the openpyxl project but is now a standalone module."
  5. HOMEPAGE = "https://foss.heptapod.net/openpyxl/et_xmlfile"
  6. SECTION = "devel/python"
  7. LICENSE = "MIT"
  8. LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
  9. SRC_URI[sha256sum] = "dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54"
  10. RDEPENDS:${PN} += " \
  11. python3-compression \
  12. python3-io \
  13. python3-pprint \
  14. python3-shell \
  15. python3-xml \
  16. "
  17. inherit setuptools3 pypi
  18. PYPI_PACKAGE = "et_xmlfile"
  19. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"