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


1.1
date	2025.07.28.20.36.36;	author dkazankov;	state Exp;
branches;
next	;
commitid	wR0zYyTRfydlqy4G;


desc
@@


1.1
log
@devel/py-test-clarity: add new package 1.0.1

Plugin which brings the coloured diff output from the Ward test
framework to pytest
@
text
@# $NetBSD: Makefile,v 1.27 2025/06/13 09:03:53 adam Exp $

DISTNAME=	pytest-clarity-1.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-clarity/}

MAINTAINER=	dkazankov@@NetBSD.org
HOMEPAGE=	https://github.com/darrenburns/pytest-clarity
COMMENT=	Pytest plugin providing an alternative, colourful diff output for failing assertions
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools

#DEPENDS+=	${PYPKGPREFIX}-ward-[0-9]*:../../devel/py-ward
DEPENDS+=	${PYPKGPREFIX}-test>=3.5.0:../../devel/py-test
DEPENDS+=	${PYPKGPREFIX}-rich>=8.0.0:../../comms/py-rich
DEPENDS+=	${PYPKGPREFIX}-pprintpp>=0.4.0:../../devel/py-pprintpp

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