summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@gmail.com>2026-05-05 12:09:13 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:49 -0700
commit6a01b25316a35706b75132e01982285fd3ad9707 (patch)
treefc939353b000bc883d3f7ac0a53591d0f6ea6224 /meta-python/recipes-devtools/python
parent278ccd52ee22e625c8960739b1f18b9f4350d1f4 (diff)
downloadmeta-openembedded-6a01b25316a35706b75132e01982285fd3ad9707.tar.gz
python3-packageurl-python: add recipe
Python library to parse and build “purl” aka. Package URLs. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-packageurl-python_0.17.6.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-packageurl-python_0.17.6.bb b/meta-python/recipes-devtools/python/python3-packageurl-python_0.17.6.bb
new file mode 100644
index 0000000000..4ae0f3a824
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-packageurl-python_0.17.6.bb
@@ -0,0 +1,12 @@
1SUMMARY = "A purl aka. Package URL parser and builder"
2HOMEPAGE = "https://github.com/package-url/packageurl-python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://mit.LICENSE;md5=ec425c78d8beabdb209b01c5fbcd38e0"
5
6SRC_URI[sha256sum] = "1252ce3a102372ca6f86eb968e16f9014c4ba511c5c37d95a7f023e2ca6e5c25"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "packageurl_python"
11
12BBCLASSEXTEND = "native nativesdk"