pkgsrc-WIP-changes archive

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

py-test-repeat-0.8.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Oct 26 10:35:00 2020 +0100
Changeset:	a642c7e532fa64aa00de82dcf83b1d08eeb4cabb

Added Files:
	py-test-repeat/DESCR
	py-test-repeat/Makefile
	py-test-repeat/PLIST
	py-test-repeat/distinfo

Log Message:
py-test-repeat-0.8.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a642c7e532fa64aa00de82dcf83b1d08eeb4cabb

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

diffstat:
 py-test-repeat/DESCR    |  2 ++
 py-test-repeat/Makefile | 19 +++++++++++++++++++
 py-test-repeat/PLIST    | 10 ++++++++++
 py-test-repeat/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/py-test-repeat/DESCR b/py-test-repeat/DESCR
new file mode 100644
index 0000000000..605b608e45
--- /dev/null
+++ b/py-test-repeat/DESCR
@@ -0,0 +1,2 @@
+pytest-repeat is a plugin for pytest that makes it easy to
+repeat a single test, or multiple tests, a specific number of times.
diff --git a/py-test-repeat/Makefile b/py-test-repeat/Makefile
new file mode 100644
index 0000000000..9a8210cc43
--- /dev/null
+++ b/py-test-repeat/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pytest-repeat-0.8.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-repeat/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pytest-dev/pytest-repeat
+COMMENT=	pytest plugin for repeating tests
+LICENSE=	mpl-2.0
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-test>=6.1.1:../../devel/py-test
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-repeat/PLIST b/py-test-repeat/PLIST
new file mode 100644
index 0000000000..e374429f4e
--- /dev/null
+++ b/py-test-repeat/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${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_repeat.py
+${PYSITELIB}/pytest_repeat.pyc
+${PYSITELIB}/pytest_repeat.pyo
diff --git a/py-test-repeat/distinfo b/py-test-repeat/distinfo
new file mode 100644
index 0000000000..a00a86fcb2
--- /dev/null
+++ b/py-test-repeat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pytest-repeat-0.8.0.tar.gz) = 4bb22ae0dffb4a698229b5e09b734f01f5f4760b
+RMD160 (pytest-repeat-0.8.0.tar.gz) = b752a3f74633cdfc1c2ec46a72107d834318887d
+SHA512 (pytest-repeat-0.8.0.tar.gz) = 7782a5f85d66d70babf88d75180e4c251bfa1cb71e39928e8ce3fe9acd0d1203fb2a789cac110bb01ee521685f05c1256589c5684b711186b09834f250e084f6
+Size (pytest-repeat-0.8.0.tar.gz) = 6367 bytes


Home | Main Index | Thread Index | Old Index