aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-packaging_20.0.bb
blob: e19bca30abfb1cd76b54051e4c715286462fad50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Core utilities for Python packages"
DESCRIPTION = "The packaging project includes the following: version handling, \
specifiers, markers, requirements, tags, utilities."
HOMEPAGE = "https://github.com/pypa/packaging"
LICENSE = "Apache-2.0 & BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"

SRC_URI[md5sum] = "93d6ccbdfcb5b7697b6ecea53ecc294b"
SRC_URI[sha256sum] = "fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8"

inherit pypi setuptools

DEPENDS += "${PYTHON_PN}-setuptools-scm-native"

RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"