head	1.5;
access;
symbols
	pkgsrc-2023Q2:1.4.0.12
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.14
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.12
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.10
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.8
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.6
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.4
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.2
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.24
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.20
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.18
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.16
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.14
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.12
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.10
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.8
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.6
	pkgsrc-2017Q4-base:1.2
	pkgsrc-2017Q3:1.2.0.4
	pkgsrc-2017Q3-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2023.07.18.06.54.21;	author adam;	state dead;
branches;
next	1.4;
commitid	tfB44d0teTEZGfxE;

1.4
date	2022.01.04.20.53.40;	author wiz;	state Exp;
branches;
next	1.3;
commitid	CYyhdK9qtoffkmnD;

1.3
date	2020.05.16.09.15.09;	author adam;	state Exp;
branches;
next	1.2;
commitid	ngEaH8fZnFL4Hr8C;

1.2
date	2017.09.04.18.08.22;	author wiz;	state Exp;
branches;
next	1.1;
commitid	H3CpyvMOZDCWiU5A;

1.1
date	2017.08.21.15.10.48;	author adam;	state Exp;
branches;
next	;
commitid	arHDoIr9fJVYL54A;


desc
@@


1.5
log
@py-test-cache: removed; 10 years old and unmaintained
@
text
@# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:40 wiz Exp $

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

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://bitbucket.org/hpk42/pytest-cache/
COMMENT=	Pytest plugin with mechanisms for caching across test runs
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-execnet>=1.2:../../devel/py-execnet

PYTHON_VERSIONED_DEPENDENCIES=	test

USE_LANGUAGES=	# none

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


1.4
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/05/16 09:15:09 adam Exp $
@


1.3
log
@pytest from versioned depends
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:22 wiz Exp $
d5 1
@


1.2
log
@Follow some redirects.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2017/08/21 15:10:48 adam Exp $
a13 1
DEPENDS+=	${PYPKGPREFIX}-test>=2.2:../../devel/py-test
d15 3
a17 1
USE_LANGUAGES=		# none
d20 1
@


1.1
log
@The plugin provides two options to rerun failures, namely --lf to only re-run
the failures and --ff to run all tests but the failures from the last run
first. For cleanup (usually not needed), a --clearcache option allows to
remove all cross-session cache contents ahead of a test run.
@
text
@d1 1
a1 1
# $NetBSD$
d9 1
a9 1
HOMEPAGE=	http://bitbucket.org/hpk42/pytest-cache/
@

