pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cucumber-tag-expressions
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 4 08:00:59 UTC 2025
Added Files:
pkgsrc/devel/py-cucumber-tag-expressions: DESCR Makefile PLIST distinfo
Log Message:
devel/py-cucumber-tag-expressions: import py-cucumber-tag-expressions-6.2.0
Cucumber Tag Expressions is a simple query language for tags. The
simplest tag expression is simply a single tag, for example:
@smoke
A slightly more elaborate expression may combine tags, for example:
@smoke and not @ui
Tag Expressions are used for two purposes:
- Run a subset of scenarios (using the --tags expression option of
the command line)
- Specify that a hook should only run for a subset
of scenarios (using conditional hooks)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cucumber-tag-expressions/DESCR \
pkgsrc/devel/py-cucumber-tag-expressions/Makefile \
pkgsrc/devel/py-cucumber-tag-expressions/PLIST \
pkgsrc/devel/py-cucumber-tag-expressions/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-cucumber-tag-expressions/DESCR
diff -u /dev/null pkgsrc/devel/py-cucumber-tag-expressions/DESCR:1.1
--- /dev/null Mon Aug 4 08:00:59 2025
+++ pkgsrc/devel/py-cucumber-tag-expressions/DESCR Mon Aug 4 08:00:59 2025
@@ -0,0 +1,15 @@
+Cucumber Tag Expressions is a simple query language for tags. The
+simplest tag expression is simply a single tag, for example:
+
+@smoke
+
+A slightly more elaborate expression may combine tags, for example:
+
+@smoke and not @ui
+
+Tag Expressions are used for two purposes:
+
+- Run a subset of scenarios (using the --tags expression option of
+ the command line)
+- Specify that a hook should only run for a subset
+ of scenarios (using conditional hooks)
Index: pkgsrc/devel/py-cucumber-tag-expressions/Makefile
diff -u /dev/null pkgsrc/devel/py-cucumber-tag-expressions/Makefile:1.1
--- /dev/null Mon Aug 4 08:00:59 2025
+++ pkgsrc/devel/py-cucumber-tag-expressions/Makefile Mon Aug 4 08:00:59 2025
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2025/08/04 08:00:59 wiz Exp $
+
+DISTNAME= cucumber_tag_expressions-6.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cucumber_tag_expressions/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/cucumber_tag_expressions/
+COMMENT= Provides a tag-expression parser and evaluation logic for cucumber/behave
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-html-[0-9]*:../../devel/py-test-html
+
+# TODO: Extract dependencies from pyproject.toml
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cucumber-tag-expressions/PLIST
diff -u /dev/null pkgsrc/devel/py-cucumber-tag-expressions/PLIST:1.1
--- /dev/null Mon Aug 4 08:00:59 2025
+++ pkgsrc/devel/py-cucumber-tag-expressions/PLIST Mon Aug 4 08:00:59 2025
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2025/08/04 08:00:59 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
+${PYSITELIB}/cucumber_tag_expressions/__init__.py
+${PYSITELIB}/cucumber_tag_expressions/__init__.pyc
+${PYSITELIB}/cucumber_tag_expressions/__init__.pyo
+${PYSITELIB}/cucumber_tag_expressions/model.py
+${PYSITELIB}/cucumber_tag_expressions/model.pyc
+${PYSITELIB}/cucumber_tag_expressions/model.pyo
+${PYSITELIB}/cucumber_tag_expressions/parser.py
+${PYSITELIB}/cucumber_tag_expressions/parser.pyc
+${PYSITELIB}/cucumber_tag_expressions/parser.pyo
Index: pkgsrc/devel/py-cucumber-tag-expressions/distinfo
diff -u /dev/null pkgsrc/devel/py-cucumber-tag-expressions/distinfo:1.1
--- /dev/null Mon Aug 4 08:00:59 2025
+++ pkgsrc/devel/py-cucumber-tag-expressions/distinfo Mon Aug 4 08:00:59 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/08/04 08:00:59 wiz Exp $
+
+BLAKE2s (cucumber_tag_expressions-6.2.0.tar.gz) = a3ee3d140197d2615a07f160ee63f2c1396f67358c6239e7dfe027cf4f1a7f04
+SHA512 (cucumber_tag_expressions-6.2.0.tar.gz) = a71b3e752ceaaca8fe095868a8a257f96dfefd1cbd2a3a936e24dcbfbcdfc288eeed7b743c7192531f8ab18d34abd5b0e4bfa91df5cf69eeaf8cca12c39e676a
+Size (cucumber_tag_expressions-6.2.0.tar.gz) = 41459 bytes
Home |
Main Index |
Thread Index |
Old Index