blob: 99282cf3dc6262e36e8ca67f21ffc7b8e51ee605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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] = "c5132b4b61a829d11cfbd2d72e97f20a45ed6edb95e45c5efdeb5e00836b2745"
PYPI_PACKAGE = "trove_classifiers"
inherit pypi python_setuptools_build_meta ptest-python-pytest
DEPENDS += " python3-calver-native"
BBCLASSEXTEND = "native nativesdk"
|