diff options
author | adam <adam@pkgsrc.org> | 2018-05-23 09:26:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-05-23 09:26:54 +0000 |
commit | 04cb94dbc2a86e664d5959274bf89ca62d33c832 (patch) | |
tree | 7b9bee510ad8f72e234db09254d4670c9a30e2cf /devel | |
parent | ce49d115961bd2fb019d4c344c10d18513d65587 (diff) | |
download | pkgsrc-04cb94dbc2a86e664d5959274bf89ca62d33c832.tar.gz |
py-test-testmon: added version 0.9.11
This is a py.test plug-in which automatically selects and re-executes only
tests affected by recent changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/py-test-testmon/DESCR | 2 | ||||
-rw-r--r-- | devel/py-test-testmon/Makefile | 19 | ||||
-rw-r--r-- | devel/py-test-testmon/PLIST | 20 | ||||
-rw-r--r-- | devel/py-test-testmon/distinfo | 6 |
5 files changed, 49 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c8d27facea2..2d91db35e83 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2680 2018/05/23 00:32:23 minskim Exp $ +# $NetBSD: Makefile,v 1.2681 2018/05/23 09:26:54 adam Exp $ # COMMENT= Development utilities @@ -2250,6 +2250,7 @@ SUBDIR+= py-test-relaxed SUBDIR+= py-test-runner SUBDIR+= py-test-shutil SUBDIR+= py-test-sugar +SUBDIR+= py-test-testmon SUBDIR+= py-test-timeout SUBDIR+= py-test-utils SUBDIR+= py-test-virtualenv diff --git a/devel/py-test-testmon/DESCR b/devel/py-test-testmon/DESCR new file mode 100644 index 00000000000..003687469e8 --- /dev/null +++ b/devel/py-test-testmon/DESCR @@ -0,0 +1,2 @@ +This is a py.test plug-in which automatically selects and re-executes only +tests affected by recent changes. diff --git a/devel/py-test-testmon/Makefile b/devel/py-test-testmon/Makefile new file mode 100644 index 00000000000..5055f9f72d6 --- /dev/null +++ b/devel/py-test-testmon/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2018/05/23 09:26:54 adam Exp $ + +DISTNAME= pytest-testmon-0.9.11 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-testmon/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tarpas/pytest-testmon +COMMENT= Py.test plug-in which selects tests affected by recent changes +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-coverage>=4.0.0:../../devel/py-coverage +DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-test-testmon/PLIST b/devel/py-test-testmon/PLIST new file mode 100644 index 00000000000..5ef601ffcc2 --- /dev/null +++ b/devel/py-test-testmon/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/23 09:26:54 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}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/testmon/__init__.py +${PYSITELIB}/testmon/__init__.pyc +${PYSITELIB}/testmon/__init__.pyo +${PYSITELIB}/testmon/process_code.py +${PYSITELIB}/testmon/process_code.pyc +${PYSITELIB}/testmon/process_code.pyo +${PYSITELIB}/testmon/pytest_testmon.py +${PYSITELIB}/testmon/pytest_testmon.pyc +${PYSITELIB}/testmon/pytest_testmon.pyo +${PYSITELIB}/testmon/testmon_core.py +${PYSITELIB}/testmon/testmon_core.pyc +${PYSITELIB}/testmon/testmon_core.pyo diff --git a/devel/py-test-testmon/distinfo b/devel/py-test-testmon/distinfo new file mode 100644 index 00000000000..852e0f7d339 --- /dev/null +++ b/devel/py-test-testmon/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/05/23 09:26:54 adam Exp $ + +SHA1 (pytest-testmon-0.9.11.tar.gz) = 0f420acc3b5b4ec9a289e58451837a500c1be956 +RMD160 (pytest-testmon-0.9.11.tar.gz) = 1acec6a9081663b9cef5b2eb60a1ef9cc051f2ba +SHA512 (pytest-testmon-0.9.11.tar.gz) = 4cdaac5d81724003983d5d31091930c045c7a0ecbb5749b122dbd63841b6c92aa8c976ac51994c590beeef526453598a3a5afc569abeef5778b2fbca290334e0 +Size (pytest-testmon-0.9.11.tar.gz) = 36647 bytes |