pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-coverage-enable-subprocess py-coverage-enable...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6a60f293b78
branches: trunk
changeset: 378511:f6a60f293b78
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 04 12:36:42 2022 +0000
description:
py-coverage-enable-subprocess: added version 1.0
This package installs a pth file that enables the coveragepy process_startup
feature in this python prefix/virtualenv in subsequent runs.
diffstat:
devel/py-coverage-enable-subprocess/DESCR | 2 ++
devel/py-coverage-enable-subprocess/Makefile | 18 ++++++++++++++++++
devel/py-coverage-enable-subprocess/PLIST | 8 ++++++++
devel/py-coverage-enable-subprocess/distinfo | 5 +++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 65d04268564f -r f6a60f293b78 devel/py-coverage-enable-subprocess/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-coverage-enable-subprocess/DESCR Wed May 04 12:36:42 2022 +0000
@@ -0,0 +1,2 @@
+This package installs a pth file that enables the coveragepy process_startup
+feature in this python prefix/virtualenv in subsequent runs.
diff -r 65d04268564f -r f6a60f293b78 devel/py-coverage-enable-subprocess/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-coverage-enable-subprocess/Makefile Wed May 04 12:36:42 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/05/04 12:36:42 adam Exp $
+
+DISTNAME= coverage_enable_subprocess-1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage_enable_subprocess/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/bukzor/python-coverage-enable-subprocess
+COMMENT= Enable Python coverage for subprocesses
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 65d04268564f -r f6a60f293b78 devel/py-coverage-enable-subprocess/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-coverage-enable-subprocess/PLIST Wed May 04 12:36:42 2022 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/04 12:36:42 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/coverage_enable_subprocess.pth
diff -r 65d04268564f -r f6a60f293b78 devel/py-coverage-enable-subprocess/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-coverage-enable-subprocess/distinfo Wed May 04 12:36:42 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/04 12:36:42 adam Exp $
+
+BLAKE2s (coverage_enable_subprocess-1.0.tar.gz) = 313a338c290fe582d978d0ea707155ab4ff16ad2bbe67f140aa56780053f518a
+SHA512 (coverage_enable_subprocess-1.0.tar.gz) = cb1eb7e41962944812f746e872aa476840916932735ed14be034fe9a11d8e401911d6bf8c5fc34e90c7de94576e3085296c80e496034a9ed6e12f0e55d9105a7
+Size (coverage_enable_subprocess-1.0.tar.gz) = 2695 bytes
Home |
Main Index |
Thread Index |
Old Index