diff options
Diffstat (limited to 'devel/py-cucumber-tag-expressions')
-rw-r--r-- | devel/py-cucumber-tag-expressions/Makefile | 23 | ||||
-rw-r--r-- | devel/py-cucumber-tag-expressions/distinfo | 3 | ||||
-rw-r--r-- | devel/py-cucumber-tag-expressions/pkg-descr | 2 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-cucumber-tag-expressions/Makefile b/devel/py-cucumber-tag-expressions/Makefile new file mode 100644 index 000000000000..ff120468baa1 --- /dev/null +++ b/devel/py-cucumber-tag-expressions/Makefile @@ -0,0 +1,23 @@ +PORTNAME= cucumber-tag-expressions +PORTVERSION= 6.2.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cucumber_tag_expressions-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide a tag-expression parser and evaluation logic for cucumber/behave +WWW= https://github.com/cucumber/tag-expressions + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-cucumber-tag-expressions/distinfo b/devel/py-cucumber-tag-expressions/distinfo new file mode 100644 index 000000000000..b5f46c3da8c2 --- /dev/null +++ b/devel/py-cucumber-tag-expressions/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757120470 +SHA256 (cucumber_tag_expressions-6.2.0.tar.gz) = b60aa2cdbf9ac43e28d9b0e4fd49edf9f09d5d941257d2912f5228f9d166c023 +SIZE (cucumber_tag_expressions-6.2.0.tar.gz) = 41459 diff --git a/devel/py-cucumber-tag-expressions/pkg-descr b/devel/py-cucumber-tag-expressions/pkg-descr new file mode 100644 index 000000000000..467e4c4e4522 --- /dev/null +++ b/devel/py-cucumber-tag-expressions/pkg-descr @@ -0,0 +1,2 @@ +Tag Expressions is a simple query language for tags. The simplest tag expression +is simply a single tag. |