mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
python3-rdflib: Upgrade 4.2.2 -> 5.0.0
Upgrade to release 5.0.0: - Fix n3 parser exponent syntax of floats with leading dot. - FIX: Change is comparison to == for tuple - Added _parseBoolean function to enforce correct Lexical-to-value mapping - SPARQL fix CONSTRUCT resolve with initBindings fixes - Documentation fixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "RDFLib is a pure Python package for working with RDF"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
|
||||
|
||||
SRC_URI[md5sum] = "80d7c6adc2e4040cdd8dade2e0e61403"
|
||||
SRC_URI[sha256sum] = "78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-isodate \
|
||||
${PYTHON_PN}-pyparsing \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user