summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
blob: 37b9e27d33771eb392ad45c4b03080f6e1389eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Utility library for gitignore style pattern matching of file paths."
HOMEPAGE = "https://github.com/cpburnz/python-path-specification"
SECTION = "devel/python"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"

SRC_URI[sha256sum] = "e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"

RDEPENDS:${PN} += "python3-profile"