mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||||
|
|
17
devel/py-coverage_enable_subprocess/Makefile
Normal file
17
devel/py-coverage_enable_subprocess/Makefile
Normal 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>
|
3
devel/py-coverage_enable_subprocess/distinfo
Normal file
3
devel/py-coverage_enable_subprocess/distinfo
Normal 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
|
4
devel/py-coverage_enable_subprocess/pkg-descr
Normal file
4
devel/py-coverage_enable_subprocess/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue