pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 25 08:47:03 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-test-xprocess: DESCR Makefile PLIST distinfo

Log Message:
py-test-xprocess: added version 0.12.1

Experimental py.test plugin for managing processes across test runs.


To generate a diff of this commit:
cvs rdiff -u -r1.2776 -r1.2777 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-xprocess/DESCR \
    pkgsrc/devel/py-test-xprocess/Makefile \
    pkgsrc/devel/py-test-xprocess/PLIST \
    pkgsrc/devel/py-test-xprocess/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2776 pkgsrc/devel/Makefile:1.2777
--- pkgsrc/devel/Makefile:1.2776        Sat Feb 16 16:34:09 2019
+++ pkgsrc/devel/Makefile       Mon Feb 25 08:47:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2776 2019/02/16 16:34:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2777 2019/02/25 08:47:03 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2313,6 +2313,7 @@ SUBDIR+=  py-test-timeout
 SUBDIR+=       py-test-utils
 SUBDIR+=       py-test-virtualenv
 SUBDIR+=       py-test-xdist
+SUBDIR+=       py-test-xprocess
 SUBDIR+=       py-testpath
 SUBDIR+=       py-testrepository
 SUBDIR+=       py-testresources

Added files:

Index: pkgsrc/devel/py-test-xprocess/DESCR
diff -u /dev/null pkgsrc/devel/py-test-xprocess/DESCR:1.1
--- /dev/null   Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/DESCR Mon Feb 25 08:47:03 2019
@@ -0,0 +1 @@
+Experimental py.test plugin for managing processes across test runs.
Index: pkgsrc/devel/py-test-xprocess/Makefile
diff -u /dev/null pkgsrc/devel/py-test-xprocess/Makefile:1.1
--- /dev/null   Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/Makefile      Mon Feb 25 08:47:03 2019
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/02/25 08:47:03 adam Exp $
+
+DISTNAME=      pytest-xprocess-0.12.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xprocess/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pytest-dev/pytest-xprocess
+COMMENT=       Pytest plugin to manage external processes across test runs
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.3.5:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test-cache-[0-9]*:../../devel/py-test-cache
+
+USE_LANGUAGES= # none
+
+#do-test:
+#      cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-xprocess/PLIST
diff -u /dev/null pkgsrc/devel/py-test-xprocess/PLIST:1.1
--- /dev/null   Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/PLIST Mon Feb 25 08:47:03 2019
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/25 08:47:03 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_xprocess.py
+${PYSITELIB}/pytest_xprocess.pyc
+${PYSITELIB}/pytest_xprocess.pyo
+${PYSITELIB}/xprocess.py
+${PYSITELIB}/xprocess.pyc
+${PYSITELIB}/xprocess.pyo
Index: pkgsrc/devel/py-test-xprocess/distinfo
diff -u /dev/null pkgsrc/devel/py-test-xprocess/distinfo:1.1
--- /dev/null   Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/distinfo      Mon Feb 25 08:47:03 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/25 08:47:03 adam Exp $
+
+SHA1 (pytest-xprocess-0.12.1.tar.gz) = 2b0903545880d036784efad0c8af0797aede62ef
+RMD160 (pytest-xprocess-0.12.1.tar.gz) = 1fe16c4d331deb45e4b8c3f93f1c0ae183eab011
+SHA512 (pytest-xprocess-0.12.1.tar.gz) = fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927
+Size (pytest-xprocess-0.12.1.tar.gz) = 12078 bytes



Home | Main Index | Thread Index | Old Index