summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-packaging_22.0.bb
blob: bcf077d2c715cb83fe8b7ef91411380e0cc42d58 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "Core utilities for Python packages"
HOMEPAGE = "https://github.com/pypa/packaging"
LICENSE = "Apache-2.0 | BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"

SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3"

inherit pypi python_flit_core

BBCLASSEXTEND = "native nativesdk"