diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-09-01 14:06:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-01 15:52:05 -0700 |
commit | d739dc3262bca39c8063c04f995bffaaca6bf0c0 (patch) | |
tree | 583b6607a4cdcc8ec1f357a8657f56bde6af68cf /meta-python | |
parent | 6b0c0e246a910c18b316db1f4527c03a581dc43a (diff) | |
download | meta-openembedded-d739dc3262bca39c8063c04f995bffaaca6bf0c0.tar.gz |
python3-cucumber-tag-expressions: Add recipe
Add recipe for cucumber-tag-expressions, release 6.2.0. It provides
a tag-expression parser and evaluation logic for cucumber/behave.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb b/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb new file mode 100644 index 0000000000..6ddc489f8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Cucumber tag expression parser" | ||
2 | DESCRIPTION = "Provides a tag-expression parser and evaluation logic for cucumber/behave" | ||
3 | HOMEPAGE = "https://github.com/cucumber/tag-expressions" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" | ||
6 | |||
7 | SRC_URI[sha256sum] = "b60aa2cdbf9ac43e28d9b0e4fd49edf9f09d5d941257d2912f5228f9d166c023" | ||
8 | |||
9 | inherit pypi python_setuptools_build_meta | ||
10 | |||
11 | PYPI_PACKAGE = "cucumber_tag_expressions" | ||
12 | |||
13 | DEPENDS += "\ | ||
14 | python3-setuptools-scm-native \ | ||
15 | " | ||