View | Details | Raw Unified | Return to bug 262181 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-coverage/Makefile (-2 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	coverage
1
PORTNAME=	coverage
2
PORTVERSION=	6.3.2
2
DISTVERSION=	6.3.2
3
PORTREVISION=	1
3
CATEGORIES=	devel python
4
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 9-14 COMMENT= Code coverage measurement for Python Link Here
9
10
10
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
11
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
14
12
USES=		python
15
USES=		python
13
USE_PYTHON=	autoplist concurrent distutils
16
USE_PYTHON=	autoplist concurrent distutils
14
17
15
- 

Return to bug 262181