pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-test-lazy-fixture: added version 0.6.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05910be9a6cb
branches:  trunk
changeset: 373844:05910be9a6cb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 14 08:52:02 2022 +0000

description:
py-test-lazy-fixture: added version 0.6.3

Use your fixtures in @pytest.mark.parametrize.

diffstat:

 devel/Makefile                      |   3 ++-
 devel/py-test-lazy-fixture/DESCR    |   1 +
 devel/py-test-lazy-fixture/Makefile |  19 +++++++++++++++++++
 devel/py-test-lazy-fixture/PLIST    |  10 ++++++++++
 devel/py-test-lazy-fixture/distinfo |   5 +++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 1bfc8351108f -r 05910be9a6cb devel/Makefile
--- a/devel/Makefile    Mon Feb 14 08:27:17 2022 +0000
+++ b/devel/Makefile    Mon Feb 14 08:52:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3588 2022/02/12 08:14:49 pho Exp $
+# $NetBSD: Makefile,v 1.3589 2022/02/14 08:52:02 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2682,6 +2682,7 @@
 SUBDIR+=       py-test-flake8
 SUBDIR+=       py-test-forked
 SUBDIR+=       py-test-isort
+SUBDIR+=       py-test-lazy-fixture
 SUBDIR+=       py-test-localserver
 SUBDIR+=       py-test-mock
 SUBDIR+=       py-test-mypy
diff -r 1bfc8351108f -r 05910be9a6cb devel/py-test-lazy-fixture/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-lazy-fixture/DESCR  Mon Feb 14 08:52:02 2022 +0000
@@ -0,0 +1,1 @@
+Use your fixtures in @pytest.mark.parametrize.
diff -r 1bfc8351108f -r 05910be9a6cb devel/py-test-lazy-fixture/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-lazy-fixture/Makefile       Mon Feb 14 08:52:02 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/02/14 08:52:02 adam Exp $
+
+DISTNAME=      pytest-lazy-fixture-0.6.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-lazy-fixture/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tvorog/pytest-lazy-fixture
+COMMENT=       Helps to use fixtures in pytest.mark.parametrize
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES= test
+
+.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1bfc8351108f -r 05910be9a6cb devel/py-test-lazy-fixture/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-lazy-fixture/PLIST  Mon Feb 14 08:52:02 2022 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/14 08:52:02 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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_lazyfixture.py
+${PYSITELIB}/pytest_lazyfixture.pyc
+${PYSITELIB}/pytest_lazyfixture.pyo
diff -r 1bfc8351108f -r 05910be9a6cb devel/py-test-lazy-fixture/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-lazy-fixture/distinfo       Mon Feb 14 08:52:02 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/14 08:52:02 adam Exp $
+
+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