diff mbox series

[meta-python,2/3] python3-objectpath: Add ObjectPath Python Recipe

Message ID 20231103131037.2997335-3-arthur.oliveira@ossystems.com.br
State New
Headers show
Series Branch Name: topic-add-python-recipes | expand

Commit Message

arthur.oliveira@ossystems.com.br Nov. 3, 2023, 1:10 p.m. UTC
From: Arthur Oliveira <arthur.oliveira@ossystems.com.br>

This commit includes the python3-objectpath recipe, which introduces the agile
NoSQL query language for semi-structured data. It is licensed under MIT.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
---
 .../recipes-devtools/python/python3-objectpath_0.6.1.bb  | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb b/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb
new file mode 100644
index 000000000..6e82dc13b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb
@@ -0,0 +1,9 @@ 
+DESCRIPTION = "The agile NoSQL query language for semi-structured data"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
+
+DEPENDS += "dtc-native"
+
+SRC_URI[sha256sum] = "461263136c79292e42431fbb85cdcaac4c6a256f6b1aa5b3ae9316e4965ad819"
+
+inherit pypi setuptools3