| Message ID | 20260505120915.206334-1-samuli.piippo@qt.io |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python,1/3] python3-packageurl-python: add recipe | expand |
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 @@ +SUMMARY = "A purl aka. Package URL parser and builder" +HOMEPAGE = "https://github.com/package-url/packageurl-python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://mit.LICENSE;md5=ec425c78d8beabdb209b01c5fbcd38e0" + +SRC_URI[sha256sum] = "1252ce3a102372ca6f86eb968e16f9014c4ba511c5c37d95a7f023e2ca6e5c25" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "packageurl_python" + +BBCLASSEXTEND = "native nativesdk"
Python library to parse and build “purl” aka. Package URLs. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> --- .../python/python3-packageurl-python_0.17.6.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-packageurl-python_0.17.6.bb