Skip to content

Commit 857f324

Browse files
rossburtonrpurdie
authored andcommitted
Add python3-pathspec (from meta-python)
This is a dependency of the Hatch build system, to be added as python3-hatchling. Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent 781da72 commit 857f324

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

meta/conf/distro/include/maintainers.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ RECIPE_MAINTAINER:pn-python3-ndg-httpsclient = "Tim Orling <tim.orling@konsulko.
633633
RECIPE_MAINTAINER:pn-python3-numpy = "Oleksandr Kravchuk <[email protected]>"
634634
RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling <[email protected]>"
635635
RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <[email protected]>"
636+
RECIPE_MAINTAINER:pn-python3-pathspec = "Ross Burton <[email protected]>"
636637
RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <[email protected]>"
637638
RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <[email protected]>"
638639
RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <[email protected]>"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)