diff options
| author | Arthur Oliveira <arthur.oliveira@ossystems.com.br> | 2023-11-01 09:33:16 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-01 15:33:43 -0700 |
| commit | 55aef29cdb25cb9605f5a40dbc45f2ca93bc5076 (patch) | |
| tree | e0bd81ec9eeac13640737a7501e339c55c94de5a /meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb | |
| parent | a0d526bd7f489de9747be913af2e6b9821af2f61 (diff) | |
| download | meta-openembedded-55aef29cdb25cb9605f5a40dbc45f2ca93bc5076.tar.gz | |
python3-objectpath: Add ObjectPath Python Recipe
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 0000000000..6e82dc13b9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "The agile NoSQL query language for semi-structured data" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" | ||
| 4 | |||
| 5 | DEPENDS += "dtc-native" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "461263136c79292e42431fbb85cdcaac4c6a256f6b1aa5b3ae9316e4965ad819" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
