mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
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>
This commit is contained in:
parent
6b0c0e246a
commit
d739dc3262
|
|
@ -0,0 +1,15 @@
|
||||||
|
SUMMARY = "Cucumber tag expression parser"
|
||||||
|
DESCRIPTION = "Provides a tag-expression parser and evaluation logic for cucumber/behave"
|
||||||
|
HOMEPAGE = "https://github.com/cucumber/tag-expressions"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "b60aa2cdbf9ac43e28d9b0e4fd49edf9f09d5d941257d2912f5228f9d166c023"
|
||||||
|
|
||||||
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "cucumber_tag_expressions"
|
||||||
|
|
||||||
|
DEPENDS += "\
|
||||||
|
python3-setuptools-scm-native \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue
Block a user