From 158323d312d89ae4230bcf2dd2b4ad6c22da3ea6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 21 Jun 2022 14:10:08 +0100 Subject: Add python3-pathspec (from meta-python) This is a dependency of the Hatch build system, to be added as python3-hatchling. (From OE-Core rev: 857f324314d10c6cfe4613ec5dc865a2df0dc2e2) Signed-off-by: Ross Burton Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pathspec_0.9.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pathspec_0.9.0.bb (limited to 'meta/recipes-devtools/python/python3-pathspec_0.9.0.bb') diff --git a/meta/recipes-devtools/python/python3-pathspec_0.9.0.bb b/meta/recipes-devtools/python/python3-pathspec_0.9.0.bb new file mode 100644 index 0000000000..641f1cfd87 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pathspec_0.9.0.bb @@ -0,0 +1,11 @@ +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] = "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf