diff options
| author | Samuli Piippo <samuli.piippo@gmail.com> | 2026-05-05 12:09:13 +0000 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-07 10:45:49 -0700 |
| commit | 6a01b25316a35706b75132e01982285fd3ad9707 (patch) | |
| tree | fc939353b000bc883d3f7ac0a53591d0f6ea6224 /meta-python/recipes-devtools/python | |
| parent | 278ccd52ee22e625c8960739b1f18b9f4350d1f4 (diff) | |
| download | meta-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.bb | 12 |
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 @@ | |||
| 1 | SUMMARY = "A purl aka. Package URL parser and builder" | ||
| 2 | HOMEPAGE = "https://github.com/package-url/packageurl-python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://mit.LICENSE;md5=ec425c78d8beabdb209b01c5fbcd38e0" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "1252ce3a102372ca6f86eb968e16f9014c4ba511c5c37d95a7f023e2ca6e5c25" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "packageurl_python" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
