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 Sep  2 09:53:56 UTC 2019

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

Log Message:
py-test-rerunfailures: added version 7.0

pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
intermittent failures.


To generate a diff of this commit:
cvs rdiff -u -r1.2905 -r1.2906 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-rerunfailures/DESCR \
    pkgsrc/devel/py-test-rerunfailures/Makefile \
    pkgsrc/devel/py-test-rerunfailures/PLIST \
    pkgsrc/devel/py-test-rerunfailures/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.2905 pkgsrc/devel/Makefile:1.2906
--- pkgsrc/devel/Makefile:1.2905        Sat Aug 31 21:12:29 2019
+++ pkgsrc/devel/Makefile       Mon Sep  2 09:53:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2905 2019/08/31 21:12:29 he Exp $
+# $NetBSD: Makefile,v 1.2906 2019/09/02 09:53:56 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2412,6 +2412,7 @@ SUBDIR+=  py-test-mock
 SUBDIR+=       py-test-pythonpath
 SUBDIR+=       py-test-randomly
 SUBDIR+=       py-test-relaxed
+SUBDIR+=       py-test-rerunfailures
 SUBDIR+=       py-test-runner
 SUBDIR+=       py-test-shutil
 SUBDIR+=       py-test-sugar

Added files:

Index: pkgsrc/devel/py-test-rerunfailures/DESCR
diff -u /dev/null pkgsrc/devel/py-test-rerunfailures/DESCR:1.1
--- /dev/null   Mon Sep  2 09:53:56 2019
+++ pkgsrc/devel/py-test-rerunfailures/DESCR    Mon Sep  2 09:53:56 2019
@@ -0,0 +1,2 @@
+pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
+intermittent failures.
Index: pkgsrc/devel/py-test-rerunfailures/Makefile
diff -u /dev/null pkgsrc/devel/py-test-rerunfailures/Makefile:1.1
--- /dev/null   Mon Sep  2 09:53:56 2019
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Mon Sep  2 09:53:56 2019
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/09/02 09:53:56 adam Exp $
+
+DISTNAME=      pytest-rerunfailures-7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pytest-dev/pytest-rerunfailures
+COMMENT=       Pytest plugin to re-run tests to eliminate flaky failures
+LICENSE=       mpl-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.10:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-rerunfailures/PLIST
diff -u /dev/null pkgsrc/devel/py-test-rerunfailures/PLIST:1.1
--- /dev/null   Mon Sep  2 09:53:56 2019
+++ pkgsrc/devel/py-test-rerunfailures/PLIST    Mon Sep  2 09:53:56 2019
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/02 09:53:56 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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_rerunfailures.py
+${PYSITELIB}/pytest_rerunfailures.pyc
+${PYSITELIB}/pytest_rerunfailures.pyo
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u /dev/null pkgsrc/devel/py-test-rerunfailures/distinfo:1.1
--- /dev/null   Mon Sep  2 09:53:56 2019
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Mon Sep  2 09:53:56 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/02 09:53:56 adam Exp $
+
+SHA1 (pytest-rerunfailures-7.0.tar.gz) = 18fb2e2e85b1fab5bf911d5a393c46b13bec0da9
+RMD160 (pytest-rerunfailures-7.0.tar.gz) = 8937f3fb538e3885a7321f1e795226b744a6192d
+SHA512 (pytest-rerunfailures-7.0.tar.gz) = df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3
+Size (pytest-rerunfailures-7.0.tar.gz) = 12755 bytes



Home | Main Index | Thread Index | Old Index