summaryrefslogtreecommitdiff
path: root/devel/py-test-cache/Makefile
blob: 76dac5c76e5d59f00e16e774218043ee3fc181d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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"