head	1.3;
access;
symbols
	pkgsrc-2023Q1:1.2.0.6
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.4
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.2
	pkgsrc-2022Q3-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2023.05.02.17.26.41;	author wiz;	state dead;
branches;
next	1.2;
commitid	dfIyNVKV0fAlFpnE;

1.2
date	2022.08.24.09.25.56;	author wiz;	state Exp;
branches;
next	1.1;
commitid	xAufe2tgvglB47RD;

1.1
date	2022.08.24.08.34.46;	author wiz;	state Exp;
branches;
next	;
commitid	0ctRw0UEHNf7N6RD;


desc
@@


1.3
log
@py27-test-cov: remove, unused
@
text
@# $NetBSD: Makefile,v 1.2 2022/08/24 09:25:56 wiz Exp $

DISTNAME=	pytest-cov-2.12.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-cov/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/pytest-dev/pytest-cov
COMMENT=	Pytest plugin for measuring coverage
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py27-coverage
DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
DEPENDS+=	${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml


USE_LANGUAGES=	# none

PYTHON_VERSIONS_ACCEPTED=	27

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


1.2
log
@*: use coverage from versioned_dependencies.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/08/24 08:34:46 wiz Exp $
@


1.1
log
@devel/py27-test-cov: import py27-test-cov-2.12.1nb1

This plugin produces coverage reports. It supports centralised
testing and distributed testing in both load and each modes. It
also supports coverage of subprocesses.

This package contains a version supporting python 2.7.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.19 2022/01/04 20:53:41 wiz Exp $
d14 1
a14 1
DEPENDS+=	${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
@

