mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Changelog:
==========
Bug fixes:
----------
Issue #74: Include directory should override exclude file.
Improvements:
-------------
Pull #75: Fix partially unknown PathLike type.
Convert os.PathLike to a string properly using os.fspath.
(From OE-Core rev: cf79bc6c5cec0026ef3f56b6f4eb67499df0c60a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
415 B
BlitzBasic
12 lines
415 B
BlitzBasic
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] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|