python3-rdflib_7.1.3.bb 571 B

123456789101112131415161718192021
  1. SUMMARY = "RDFLib is a pure Python package for working with RDF"
  2. HOMEPAGE = "https://github.com/RDFLib/rdflib"
  3. SECTION = "devel/python"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c"
  6. SRC_URI[sha256sum] = "f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee"
  7. inherit pypi python_poetry_core
  8. RDEPENDS:${PN} += " \
  9. python3-datetime \
  10. python3-pyparsing \
  11. python3-logging \
  12. python3-numbers \
  13. python3-xml \
  14. python3-compression \
  15. python3-core \
  16. "
  17. BBCLASSEXTEND = "native nativesdk"