mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 13:41:38 +00:00
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>
This commit is contained in:
parent
7381ae9d24
commit
b71752fb55
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user