mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
python3-rdflib: upgrade 7.0.0 -> 7.1.1
License-Update: Copyright year updated to 2024. Changelog: https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md#2024-10-17-rel (From OE-Core rev: 3789e5e55fb2d6eef7e1635016b749b9205194fc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ee7e6badab
commit
04fc8f4972
21
meta/recipes-devtools/python/python3-rdflib_7.1.1.bb
Normal file
21
meta/recipes-devtools/python/python3-rdflib_7.1.1.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "RDFLib is a pure Python package for working with RDF"
|
||||
HOMEPAGE = "https://github.com/RDFLib/rdflib"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1efde25e459057a815649b18cbefa5e"
|
||||
|
||||
SRC_URI[sha256sum] = "164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076b2913e"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-isodate \
|
||||
python3-pyparsing \
|
||||
python3-logging \
|
||||
python3-numbers \
|
||||
python3-xml \
|
||||
python3-compression \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user