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
This commit is contained in:
Steve Wills 2020-07-21 01:54:42 +00:00
parent 7788aae1bf
commit 88c65718aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542702
4 changed files with 25 additions and 0 deletions

View file

@ -4285,6 +4285,7 @@
SUBDIR += py-country SUBDIR += py-country
SUBDIR += py-cov-core SUBDIR += py-cov-core
SUBDIR += py-coverage SUBDIR += py-coverage
SUBDIR += py-coverage_enable_subprocess
SUBDIR += py-cppy SUBDIR += py-cppy
SUBDIR += py-crank SUBDIR += py-crank
SUBDIR += py-crashtest SUBDIR += py-crashtest

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1595295667
SHA256 (coverage_enable_subprocess-1.0.tar.gz) = fdbd3dc9532007cd87ef84f38e16024c5b0ccb4ab2d1755225a7edf937acc011
SIZE (coverage_enable_subprocess-1.0.tar.gz) = 2695

View file

@ -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