summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb b/poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
new file mode 100644
index 0000000000..37b9e27d33
--- /dev/null
+++ b/poky/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
@@ -0,0 +1,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"