pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index