head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.1.0.8
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.6
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.02.12.11.09.59;	author adam;	state Exp;
branches;
next	1.1;
commitid	pFBlBY1JoiYeT4uG;

1.1
date	2025.01.29.09.23.44;	author adam;	state Exp;
branches;
next	;
commitid	4lJGc3k0ffjaumHF;


desc
@@


1.2
log
@py-test-html: updated to 4.2.0

4.2.0

fix: Extras from setup/teardown missing in report
fix: Total duration when running in parallel
Fix license classifier in pyproject.toml
[pre-commit.ci] pre-commit autoupdate
Fix for 806 (if results table order changed, hide/show details hover over broken)
Chore(deps): Bump certifi from 2023.5.7 to 2023.7.22 in /docs
Start tag has wrong closing tag
Drop python 3.8, add support for 3.12, 3.13
@
text
@# $NetBSD: Makefile,v 1.1 2025/01/29 09:23:44 adam Exp $

DISTNAME=	pytest_html-4.2.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-html/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/pytest-dev/pytest-html
COMMENT=	Pytest plugin for generating HTML reports
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>=1.13:../../devel/py-hatchling
DEPENDS+=	${PYPKGPREFIX}-jinja2>=3:../../textproc/py-jinja2
DEPENDS+=	${PYPKGPREFIX}-test>=7:../../devel/py-test
DEPENDS+=	${PYPKGPREFIX}-test-metadata>=2:../../devel/py-test-metadata
TEST_DEPENDS+=	${PYPKGPREFIX}-assertpy>=1.1:../../devel/py-assertpy
TEST_DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.11.1:../../www/py-beautifulsoup4
# TODO: selenium>=4.3
TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.7:../../devel/py-test-mock
TEST_DEPENDS+=	${PYPKGPREFIX}-test-rerunfailures>=11.1.2:../../devel/py-test-rerunfailures
TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist>=2.4:../../devel/py-test-xdist

USE_LANGUAGES=	# none

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


1.1
log
@py-test-html: added version 4.1.1

pytest-html is a plugin for pytest that generates a HTML report for test
results.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	pytest_html-4.1.1
d15 4
a18 4
DEPENDS+=	${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
DEPENDS+=	${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
DEPENDS+=	${PYPKGPREFIX}-test-metadata>=2.0.0:../../devel/py-test-metadata
# TODO: assertpy>=1.1
d20 2
a21 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.7.0:../../devel/py-test-mock
d23 1
a23 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
@

