head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.2
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.1.0.2
	pkgsrc-2025Q3-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.02.16.19.06.25;	author adam;	state Exp;
branches;
next	1.3;
commitid	OuiBFeiEFDeIoDuG;

1.3
date	2025.12.04.07.43.33;	author adam;	state Exp;
branches;
next	1.2;
commitid	mbDmsdF1oauZZ3lG;

1.2
date	2025.11.17.09.32.22;	author adam;	state Exp;
branches;
next	1.1;
commitid	PRNTC3zNcpLb9TiG;

1.1
date	2025.08.04.08.00.59;	author wiz;	state Exp;
branches;
next	;
commitid	WeyJCxpNqDma1o5G;


desc
@@


1.4
log
@py-cucumber-tag-expressions: updated to 9.0.0

9.0.0

Changed

[Java] Set release version to 17
@
text
@# $NetBSD: Makefile,v 1.3 2025/12/04 07:43:33 adam Exp $

DISTNAME=	cucumber_tag_expressions-9.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/cucumber_tag_expressions/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/cucumber/tag-expressions
COMMENT=	Provides a tag-expression parser and evaluation logic for cucumber/behave
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-uv-build>=0.9.0:../../devel/py-uv-build

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@py-cucumber-tag-expressions: updated to 8.1.0

8.1.0

Added

[.NET] Add a .NET implementation

Fixed

Render the empty tag expression as an empty string
Improve error message for missing operands
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/11/17 09:32:22 adam Exp $
d3 1
a3 1
DISTNAME=	cucumber_tag_expressions-8.1.0
@


1.2
log
@py-cucumber-tag-expressions: updated to 8.0.0

8.0.0

Fixed

[Perl] Fix building release artifacts

Removed

[Python] Dropped support for end-of-life Python versions from 2 to 3.9
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/08/04 08:00:59 wiz Exp $
d3 1
a3 1
DISTNAME=	cucumber_tag_expressions-8.0.0
@


1.1
log
@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)
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	cucumber_tag_expressions-6.2.0
d9 1
a9 1
HOMEPAGE=	https://pypi.org/project/cucumber_tag_expressions/
d13 1
a13 4
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
@

