blob: b61f6733972b72b279a3dc03d6718846af3806dc [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
Patrick Williams169d7bc2024-01-05 11:33:25 -06007SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
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"