pkgsrc-WIP-changes archive

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

py-test-lazy-fixtures: Import 0.6.3



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Jul 9 13:35:48 2022 -0700
Changeset:	4909e100f70d1d7ccb54bc01aacd7780189e89fe

Added Files:
	py-pytest-lazy-fixture/DESCR
	py-pytest-lazy-fixture/Makefile
	py-pytest-lazy-fixture/PLIST
	py-pytest-lazy-fixture/distinfo

Log Message:
py-test-lazy-fixtures: Import 0.6.3

A python package to enable using fixtures in parameterized tests

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

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

diffstat:
 py-pytest-lazy-fixture/DESCR    |  2 ++
 py-pytest-lazy-fixture/Makefile | 20 ++++++++++++++++++++
 py-pytest-lazy-fixture/PLIST    | 12 ++++++++++++
 py-pytest-lazy-fixture/distinfo |  5 +++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/py-pytest-lazy-fixture/DESCR b/py-pytest-lazy-fixture/DESCR
new file mode 100644
index 0000000000..41dbfce276
--- /dev/null
+++ b/py-pytest-lazy-fixture/DESCR
@@ -0,0 +1,2 @@
+pytest-lazy-fixture lets you use a fixture as one of the
+values passed in @pytest.mark.parametrize:
diff --git a/py-pytest-lazy-fixture/Makefile b/py-pytest-lazy-fixture/Makefile
new file mode 100644
index 0000000000..e3b123957c
--- /dev/null
+++ b/py-pytest-lazy-fixture/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	pytest-lazy-fixture-0.6.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-lazy-fixture/}
+
+MAINTAINER=	matthewd%fastmail.us@localhost # or use pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/tvorog/pytest-lazy-fixture
+COMMENT=	It helps to use fixtures in pytest.mark.parametrize
+LICENSE=	mit
+
+DEPENDS+=	# TODO: pytest>=3.2.5
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.8:../../devel/py-test
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pytest-lazy-fixture/PLIST b/py-pytest-lazy-fixture/PLIST
new file mode 100644
index 0000000000..8ba08f68bd
--- /dev/null
+++ b/py-pytest-lazy-fixture/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_lazyfixture.py
+${PYSITELIB}/pytest_lazyfixture.pyc
diff --git a/py-pytest-lazy-fixture/distinfo b/py-pytest-lazy-fixture/distinfo
new file mode 100644
index 0000000000..d8631e4bd5
--- /dev/null
+++ b/py-pytest-lazy-fixture/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pytest-lazy-fixture-0.6.3.tar.gz) = 9874c65454885e5ae0606235545ed2dc437b3e9c9724d27426f1811ba51e8b63
+SHA512 (pytest-lazy-fixture-0.6.3.tar.gz) = 3281edc516f21f23104d7fc188b5c9aecf364f55109dab52865cbfef4a540727eb2bd42fb9806a7e8be728b249bc7a224ffdbab96473f043bef9a7aea1e4baa8
+Size (pytest-lazy-fixture-0.6.3.tar.gz) = 7878 bytes


Home | Main Index | Thread Index | Old Index