pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-coverage-enable-subprocess



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  4 12:36:42 UTC 2022

Added Files:
        pkgsrc/devel/py-coverage-enable-subprocess: DESCR Makefile PLIST
            distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-coverage-enable-subprocess/DESCR \
    pkgsrc/devel/py-coverage-enable-subprocess/Makefile \
    pkgsrc/devel/py-coverage-enable-subprocess/PLIST \
    pkgsrc/devel/py-coverage-enable-subprocess/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-coverage-enable-subprocess/DESCR
diff -u /dev/null pkgsrc/devel/py-coverage-enable-subprocess/DESCR:1.1
--- /dev/null   Wed May  4 12:36:42 2022
+++ pkgsrc/devel/py-coverage-enable-subprocess/DESCR    Wed May  4 12:36:42 2022
@@ -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.
Index: pkgsrc/devel/py-coverage-enable-subprocess/Makefile
diff -u /dev/null pkgsrc/devel/py-coverage-enable-subprocess/Makefile:1.1
--- /dev/null   Wed May  4 12:36:42 2022
+++ pkgsrc/devel/py-coverage-enable-subprocess/Makefile Wed May  4 12:36:42 2022
@@ -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"
Index: pkgsrc/devel/py-coverage-enable-subprocess/PLIST
diff -u /dev/null pkgsrc/devel/py-coverage-enable-subprocess/PLIST:1.1
--- /dev/null   Wed May  4 12:36:42 2022
+++ pkgsrc/devel/py-coverage-enable-subprocess/PLIST    Wed May  4 12:36:42 2022
@@ -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
Index: pkgsrc/devel/py-coverage-enable-subprocess/distinfo
diff -u /dev/null pkgsrc/devel/py-coverage-enable-subprocess/distinfo:1.1
--- /dev/null   Wed May  4 12:36:42 2022
+++ pkgsrc/devel/py-coverage-enable-subprocess/distinfo Wed May  4 12:36:42 2022
@@ -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