Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C633E1A9239 for ; Mon, 14 Feb 2022 08:52:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0518484E9A; Mon, 14 Feb 2022 08:52:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DA9084D5E for ; Mon, 14 Feb 2022 08:52:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VRaF4x5ggHrD for ; Mon, 14 Feb 2022 08:52:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9ADCC84CD8 for ; Mon, 14 Feb 2022 08:52:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93DA5FB24; Mon, 14 Feb 2022 08:52:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644828722192240" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 08:52:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220214085202.93DA5FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644828722192240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 14 08:52:02 UTC 2022 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-test-lazy-fixture: DESCR Makefile PLIST distinfo Log Message: py-test-lazy-fixture: added version 0.6.3 Use your fixtures in @pytest.mark.parametrize. To generate a diff of this commit: cvs rdiff -u -r1.3588 -r1.3589 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-lazy-fixture/DESCR \ pkgsrc/devel/py-test-lazy-fixture/Makefile \ pkgsrc/devel/py-test-lazy-fixture/PLIST \ pkgsrc/devel/py-test-lazy-fixture/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644828722192240 Content-Disposition: inline Content-Length: 3059 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3588 pkgsrc/devel/Makefile:1.3589 --- pkgsrc/devel/Makefile:1.3588 Sat Feb 12 08:14:49 2022 +++ pkgsrc/devel/Makefile Mon Feb 14 08:52:02 2022 @@ -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-fixture-config 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 Added files: Index: pkgsrc/devel/py-test-lazy-fixture/DESCR diff -u /dev/null pkgsrc/devel/py-test-lazy-fixture/DESCR:1.1 --- /dev/null Mon Feb 14 08:52:02 2022 +++ pkgsrc/devel/py-test-lazy-fixture/DESCR Mon Feb 14 08:52:02 2022 @@ -0,0 +1 @@ +Use your fixtures in @pytest.mark.parametrize. Index: pkgsrc/devel/py-test-lazy-fixture/Makefile diff -u /dev/null pkgsrc/devel/py-test-lazy-fixture/Makefile:1.1 --- /dev/null Mon Feb 14 08:52:02 2022 +++ pkgsrc/devel/py-test-lazy-fixture/Makefile Mon Feb 14 08:52:02 2022 @@ -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 +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" Index: pkgsrc/devel/py-test-lazy-fixture/PLIST diff -u /dev/null pkgsrc/devel/py-test-lazy-fixture/PLIST:1.1 --- /dev/null Mon Feb 14 08:52:02 2022 +++ pkgsrc/devel/py-test-lazy-fixture/PLIST Mon Feb 14 08:52:02 2022 @@ -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 Index: pkgsrc/devel/py-test-lazy-fixture/distinfo diff -u /dev/null pkgsrc/devel/py-test-lazy-fixture/distinfo:1.1 --- /dev/null Mon Feb 14 08:52:02 2022 +++ pkgsrc/devel/py-test-lazy-fixture/distinfo Mon Feb 14 08:52:02 2022 @@ -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 --_----------=_1644828722192240--