head	1.3;
access;
symbols
	pkgsrc-2026Q2:1.3.0.10
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.8
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.6
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.4
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.2
	pkgsrc-2025Q2-base:1.3
	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.8
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.6
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.4
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.2
	pkgsrc-2023Q4-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2025.04.12.21.10.57;	author adam;	state Exp;
branches;
next	1.2;
commitid	hogTAPDx6qJl3OQF;

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

1.1
date	2023.12.11.09.51.33;	author wiz;	state Exp;
branches;
next	;
commitid	qdEiHLJrl2XOY1QE;


desc
@@


1.3
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:26 wiz Exp $

DISTNAME=	pytest-perf-0.13.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-perf/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/jaraco/pytest-perf
COMMENT=	Run performance tests against the mainline code
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+=	${PYPKGPREFIX}-pip-run>=8.5:../../devel/py-pip-run
DEPENDS+=	${PYPKGPREFIX}-tempora>=4.1:../../time/py-tempora
DEPENDS+=	${PYPKGPREFIX}-jaraco.functools>=0:../../devel/py-jaraco.functools
DEPENDS+=	${PYPKGPREFIX}-more-itertools>=0:../../devel/py-more-itertools
DEPENDS+=	${PYPKGPREFIX}-jaraco.context>=0:../../devel/py-jaraco.context
DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
# assumes git checkout, not pypi distfile
#TEST_DEPENDS+=	git-base-[0-9]*:../../devel/git-base

USE_LANGUAGES=	# none

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


1.2
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/12/11 09:51:33 wiz Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a26 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.1
log
@devel/py-test-perf: import py-test-perf-0.13.1

Run performance tests against the mainline code.

To use it, include pytest-perf in the test dependencies for your
project, then create some Python module in your package. The plugin
will include any module that contains the text "pytest_perf" and
will run performance tests on each function containing "perf" in
the name.
@
text
@d1 1
a1 1
# $NetBSD$
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@

