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-12 01:06:59 -0700 |
| commit | b71752fb55f53fa0602fa565270ef1e9267cef89 (patch) | |
| tree | ac6ef51f61be577a527d5689d0a7a7e4acb2deaf /meta-python/recipes-devtools/python | |
| parent | 7381ae9d2409bbf7c358db4834741651fd1e740d (diff) | |
| download | meta-openembedded-b71752fb55f53fa0602fa565270ef1e9267cef89.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" | ||
