blob: 37b9e27d33771eb392ad45c4b03080f6e1389eae [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Utility library for gitignore style pattern matching of file paths."
2HOMEPAGE = "https://github.com/cpburnz/python-path-specification"
3SECTION = "devel/python"
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
6
Andrew Geissler5082cc72023-09-11 08:41:39 -04007SRC_URI[sha256sum] = "e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native nativesdk"
Patrick Williamse760df82023-05-26 11:10:49 -050012
13RDEPENDS:${PN} += "python3-profile"