pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-test-xprocess: added version 0.12.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ad10101cf3f
branches: trunk
changeset: 330205:6ad10101cf3f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 25 08:47:03 2019 +0000
description:
py-test-xprocess: added version 0.12.1
Experimental py.test plugin for managing processes across test runs.
diffstat:
devel/Makefile | 3 ++-
devel/py-test-xprocess/DESCR | 1 +
devel/py-test-xprocess/Makefile | 23 +++++++++++++++++++++++
devel/py-test-xprocess/PLIST | 13 +++++++++++++
devel/py-test-xprocess/distinfo | 6 ++++++
5 files changed, 45 insertions(+), 1 deletions(-)
diffs (76 lines):
diff -r db12735206e4 -r 6ad10101cf3f devel/Makefile
--- a/devel/Makefile Mon Feb 25 08:19:22 2019 +0000
+++ b/devel/Makefile Mon Feb 25 08:47:03 2019 +0000
@@ -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-utils
SUBDIR+= py-test-virtualenv
SUBDIR+= py-test-xdist
+SUBDIR+= py-test-xprocess
SUBDIR+= py-testpath
SUBDIR+= py-testrepository
SUBDIR+= py-testresources
diff -r db12735206e4 -r 6ad10101cf3f devel/py-test-xprocess/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-xprocess/DESCR Mon Feb 25 08:47:03 2019 +0000
@@ -0,0 +1,1 @@
+Experimental py.test plugin for managing processes across test runs.
diff -r db12735206e4 -r 6ad10101cf3f devel/py-test-xprocess/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-xprocess/Makefile Mon Feb 25 08:47:03 2019 +0000
@@ -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"
diff -r db12735206e4 -r 6ad10101cf3f devel/py-test-xprocess/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-xprocess/PLIST Mon Feb 25 08:47:03 2019 +0000
@@ -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
diff -r db12735206e4 -r 6ad10101cf3f devel/py-test-xprocess/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-xprocess/distinfo Mon Feb 25 08:47:03 2019 +0000
@@ -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