Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 01:54:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542702 - in head/devel: . py-coverage_enable_subprocess
Message-ID:  <202007210154.06L1sgwV046167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 21 01:54:42 2020
New Revision: 542702
URL: https://svnweb.freebsd.org/changeset/ports/542702

Log:
  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

Added:
  head/devel/py-coverage_enable_subprocess/
  head/devel/py-coverage_enable_subprocess/Makefile   (contents, props changed)
  head/devel/py-coverage_enable_subprocess/distinfo   (contents, props changed)
  head/devel/py-coverage_enable_subprocess/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jul 21 01:54:41 2020	(r542701)
+++ head/devel/Makefile	Tue Jul 21 01:54:42 2020	(r542702)
@@ -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

Added: head/devel/py-coverage_enable_subprocess/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coverage_enable_subprocess/Makefile	Tue Jul 21 01:54:42 2020	(r542702)
@@ -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>

Added: head/devel/py-coverage_enable_subprocess/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coverage_enable_subprocess/distinfo	Tue Jul 21 01:54:42 2020	(r542702)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595295667
+SHA256 (coverage_enable_subprocess-1.0.tar.gz) = fdbd3dc9532007cd87ef84f38e16024c5b0ccb4ab2d1755225a7edf937acc011
+SIZE (coverage_enable_subprocess-1.0.tar.gz) = 2695

Added: head/devel/py-coverage_enable_subprocess/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coverage_enable_subprocess/pkg-descr	Tue Jul 21 01:54:42 2020	(r542702)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210154.06L1sgwV046167>