Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Core utilities for Python packages" |
2 | HOMEPAGE = "https://github.com/pypa/packaging" | ||||
3 | LICENSE = "Apache-2.0 | BSD-2-Clause" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3" | ||||
7 | |||||
8 | inherit pypi python_flit_core | ||||
9 | |||||
10 | BBCLASSEXTEND = "native nativesdk" |