mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
(From OE-Core rev: 3bff020501140be1e7f0446488923f7d407df6e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
525 B
BlitzBasic
16 lines
525 B
BlitzBasic
SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)."
|
|
HOMEPAGE = "https://github.com/pypa/trove-classifiers"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
SRC_URI[sha256sum] = "2a5e24ddafb20da2225a825fe167c4fd4ecbf312cef4310d67f19dc40da7dc8d"
|
|
|
|
PYPI_PACKAGE = "trove_classifiers"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
DEPENDS += " python3-calver-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|