diff --git a/devel/Makefile b/devel/Makefile index 3211f56a493f..3a6eec417eac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4285,6 +4285,7 @@ SUBDIR += py-country SUBDIR += py-cov-core SUBDIR += py-coverage + SUBDIR += py-coverage_enable_subprocess SUBDIR += py-cppy SUBDIR += py-crank SUBDIR += py-crashtest diff --git a/devel/py-coverage_enable_subprocess/Makefile b/devel/py-coverage_enable_subprocess/Makefile new file mode 100644 index 000000000000..3422f7dcdfad --- /dev/null +++ b/devel/py-coverage_enable_subprocess/Makefile @@ -0,0 +1,17 @@ +# $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 diff --git a/devel/py-coverage_enable_subprocess/distinfo b/devel/py-coverage_enable_subprocess/distinfo new file mode 100644 index 000000000000..bf6f57ef3edc --- /dev/null +++ b/devel/py-coverage_enable_subprocess/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1595295667 +SHA256 (coverage_enable_subprocess-1.0.tar.gz) = fdbd3dc9532007cd87ef84f38e16024c5b0ccb4ab2d1755225a7edf937acc011 +SIZE (coverage_enable_subprocess-1.0.tar.gz) = 2695 diff --git a/devel/py-coverage_enable_subprocess/pkg-descr b/devel/py-coverage_enable_subprocess/pkg-descr new file mode 100644 index 000000000000..2bfa866170e2 --- /dev/null +++ b/devel/py-coverage_enable_subprocess/pkg-descr @@ -0,0 +1,4 @@ +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