freebsd-ports/devel/py-coverage_enable_subprocess/Makefile
Steve Wills 88c65718aa devel/py-coverage_enable_subprocess: create port
This package installs a pth file that enables the coveragepy process_startup
feature in this python prefix/virtualenv in subsequent runs.

WWW: https://github.com/bukzor/python-coverage-enable-subprocess
2020-07-21 01:54:42 +00:00

17 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= coverage_enable_subprocess
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Enable python coverage for subprocesses
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>