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.08.04.08.00.09;	author wiz;	state Exp;
branches;
next	;
commitid	40a4DBByN5QS0o5G;


desc
@@


1.1
log
@devel/py-assertpy: import py-assertpy-1.1

Simple assertions library for unit testing in Python with a nice
fluent API.
@
text
@# $NetBSD$

DISTNAME=	assertpy-1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=a/assertpy/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/assertpy/assertpy
COMMENT=	Simple assertion library for unit testing in python with a fluent API
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

USE_LANGUAGES=	# none

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