diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-license-expression_30.4.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-license-expression_30.4.1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb b/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb new file mode 100644 index 0000000000..649b53ea49 --- /dev/null +++ b/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions" | ||
| 2 | HOMEPAGE = "https://github.com/nexB/license-expression" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0" | ||
| 8 | |||
| 9 | inherit pypi ptest-python-pytest python_setuptools_build_meta | ||
| 10 | PYPI_PACKAGE = "license_expression" | ||
| 11 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | python3-booleanpy \ | ||
| 17 | python3-core \ | ||
| 18 | python3-json \ | ||
| 19 | python3-stringold \ | ||
| 20 | python3-logging \ | ||
| 21 | " | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
| 24 | |||
| 25 | do_install_ptest() { | ||
| 26 | install -d ${D}${PTEST_PATH}/src | ||
| 27 | cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/ | ||
| 28 | cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/ | ||
| 29 | } | ||
