head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.12
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.10
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.8
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.6
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.4
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.2
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.1.0.4
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.2
	pkgsrc-2024Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.11.11.07.28.25;	author wiz;	state Exp;
branches;
next	1.1;
commitid	1fBDq3LwS98NncxF;

1.1
date	2024.04.30.08.57.29;	author wiz;	state Exp;
branches;
next	;
commitid	znJ6q5tVll0h998F;


desc
@@


1.2
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@# $NetBSD: Makefile,v 1.1 2024/04/30 08:57:29 wiz Exp $

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

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/gsnedders/pytest-expect
COMMENT=	Py.test plugin storing test expectations by saving the set of failing tests
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
#TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
DEPENDS+=	${PYPKGPREFIX}-test>=0:../../devel/py-test
DEPENDS+=	${PYPKGPREFIX}-u-msgpack>=0:../../devel/py-u-msgpack
#TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/pyversion.mk"

#.if ${PYTHON_VERSION} < 311
#DEPENDS+=	${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
#.endif

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


1.1
log
@devel/py-test-expect: import py-test-expect-1.1.0

A py.test plugin that stores test expectations by saving the set
of failing tests, allowing them to be marked as xfail when running
them in future. The tests expectations are stored such that they
can be distributed alongside the tests.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/11/30 20:47:19 adam Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
@

