blob: 4057c1dbbcace529defae6d5625371b1488aa5f4 [file] [log] [blame]
Patrick Williams2194f502022-10-16 14:26:09 -05001SUMMARY = "RDFLib is a pure Python package for working with RDF"
Andrew Geissler220dafd2023-10-04 10:18:08 -05002HOMEPAGE = "https://github.com/RDFLib/rdflib"
3SECTION = "devel/python"
Patrick Williams2194f502022-10-16 14:26:09 -05004LICENSE = "BSD-3-Clause"
Patrick Williams2a254922023-08-11 09:48:11 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=37d489c0cefe52a17e1d5007e196464a"
Patrick Williams2194f502022-10-16 14:26:09 -05006
Andrew Geissler5082cc72023-09-11 08:41:39 -04007SRC_URI[sha256sum] = "9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae"
Patrick Williams2194f502022-10-16 14:26:09 -05008
Patrick Williams2a254922023-08-11 09:48:11 -05009inherit pypi python_poetry_core
Patrick Williams2194f502022-10-16 14:26:09 -050010
11RDEPENDS:${PN} += " \
Patrick Williams73bd93f2024-02-20 08:07:48 -060012 python3-isodate \
13 python3-pyparsing \
14 python3-logging \
15 python3-numbers \
16 python3-xml \
17 python3-compression \
18 python3-core \
Patrick Williams2194f502022-10-16 14:26:09 -050019"
20
21BBCLASSEXTEND = "native nativesdk"