diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-05-24 13:11:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 07c2e3273c93d9585b7656ffe3518d147f1e56ae (patch) | |
| tree | 5b0e426e03cdeef00ae036baaa67c9913c15abc7 /meta-python/recipes-devtools/python | |
| parent | a0adaee858e428c4abf43e0e197f1c653cc30e31 (diff) | |
| download | meta-openembedded-07c2e3273c93d9585b7656ffe3518d147f1e56ae.tar.gz | |
python3-pathspec: add new recipe
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pathspec_0.9.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pathspec_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pathspec_0.9.0.bb new file mode 100644 index 0000000000..641f1cfd87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pathspec_0.9.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Utility library for gitignore style pattern matching of file paths." | ||
| 2 | HOMEPAGE = "https://github.com/cpburnz/python-path-specification" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
