[PATCH 4/7] python3-pathspec: add new recipe
Signed-off-by: Ross Burton <ross.burton@...>
--- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-pathspec_0.9.0.bb | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pathspec_= 0.9.0.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-pyt= hon.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.= bb index 7836853cd5..2fcf34260c 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -270,6 +270,7 @@ RDEPENDS:packagegroup-meta-python3 =3D "\ python3-parso \ python3-passlib \ python3-pastedeploy \ + python3-pathspec \ python3-pathtools3 \ python3-pep8 \ python3-periphery \ diff --git a/meta-python/recipes-devtools/python/python3-pathspec_0.9.0.b= b 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 @@ +SUMMARY =3D "Utility library for gitignore style pattern matching of fil= e paths." +HOMEPAGE =3D "https://github.com/cpburnz/python-path-specification" +SECTION =3D "devel/python" +LICENSE =3D "MPL-2.0" +LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3D815ca599c9df247a0c7f619bab123= dad" + +SRC_URI[sha256sum] =3D "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f8= 95b651a3c76aabb1" + +inherit pypi setuptools3 + +BBCLASSEXTEND =3D "native nativesdk" --=20 2.25.1 |
|