pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-forked
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 14 19:46:10 UTC 2017
Added Files:
pkgsrc/devel/py-test-forked: DESCR Makefile PLIST distinfo
Log Message:
Import py-test-forked-0.2 as devel/py-test-forked.
Run tests in isolated forked subprocesses.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-forked/DESCR \
pkgsrc/devel/py-test-forked/Makefile pkgsrc/devel/py-test-forked/PLIST \
pkgsrc/devel/py-test-forked/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-test-forked/DESCR
diff -u /dev/null pkgsrc/devel/py-test-forked/DESCR:1.1
--- /dev/null Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/DESCR Mon Aug 14 19:46:10 2017
@@ -0,0 +1 @@
+Run tests in isolated forked subprocesses.
Index: pkgsrc/devel/py-test-forked/Makefile
diff -u /dev/null pkgsrc/devel/py-test-forked/Makefile:1.1
--- /dev/null Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/Makefile Mon Aug 14 19:46:10 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/08/14 19:46:10 wiz Exp $
+
+DISTNAME= pytest-forked-0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.python.org/pypi/pytest-forked/
+COMMENT= Run tests in isolated forked subprocesses
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-forked/PLIST
diff -u /dev/null pkgsrc/devel/py-test-forked/PLIST:1.1
--- /dev/null Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/PLIST Mon Aug 14 19:46:10 2017
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/14 19:46:10 wiz 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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_forked/__init__.py
+${PYSITELIB}/pytest_forked/__init__.pyo
+${PYSITELIB}/pytest_forked/__init__.pyc
Index: pkgsrc/devel/py-test-forked/distinfo
diff -u /dev/null pkgsrc/devel/py-test-forked/distinfo:1.1
--- /dev/null Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/distinfo Mon Aug 14 19:46:10 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/14 19:46:10 wiz Exp $
+
+SHA1 (pytest-forked-0.2.tar.gz) = 8efa072747a73b0e101c82b2de46e51a57ab6a2f
+RMD160 (pytest-forked-0.2.tar.gz) = c7a549333c42544fddce2273d880812ad9e784b4
+SHA512 (pytest-forked-0.2.tar.gz) = 5e84fcaceed46ee9da8eec051e72acb46f09e2df3458511651604c35d68e3ad06fc41d52578127fd29f0c216dcb5fce1844c614f10501727cbf8fa8f2316f231
+Size (pytest-forked-0.2.tar.gz) = 9617 bytes
Home |
Main Index |
Thread Index |
Old Index