pkgsrc-WIP-changes archive

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

pytest-vcr: 1.0.2



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 11 13:22:07 2022 -0700
Changeset:	5464f7130fe296f3d6180a38ed42bb997fe2c026

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

Log Message:
pytest-vcr: 1.0.2

pytest plugin for vcr.py

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

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

diffstat:
 py-test-vcr/DESCR    |  1 +
 py-test-vcr/Makefile | 20 ++++++++++++++++++++
 py-test-vcr/PLIST    | 10 ++++++++++
 py-test-vcr/distinfo |  5 +++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-test-vcr/DESCR b/py-test-vcr/DESCR
new file mode 100644
index 0000000000..31e48a48ed
--- /dev/null
+++ b/py-test-vcr/DESCR
@@ -0,0 +1 @@
+Py.test plugin for managing VCR.py cassettes.
diff --git a/py-test-vcr/Makefile b/py-test-vcr/Makefile
new file mode 100644
index 0000000000..98fe7ffafa
--- /dev/null
+++ b/py-test-vcr/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.17 2022/03/31 21:48:45 wiz Exp $
+
+DISTNAME=	pytest-vcr-1.0.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-vcr/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/pytest-dev/pytest-asyncio
+COMMENT=	py-test plugin for managing VCR.py cassettes
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
+DEPENDS+=	${PYPKGPREFIX}-vcrpy>=4.1.1:../../wip/py-vcrpy
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-vcr/PLIST b/py-test-vcr/PLIST
new file mode 100644
index 0000000000..9761d14543
--- /dev/null
+++ b/py-test-vcr/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_vcr.py
+${PYSITELIB}/pytest_vcr.pyc
+${PYSITELIB}/pytest_vcr.pyo
diff --git a/py-test-vcr/distinfo b/py-test-vcr/distinfo
new file mode 100644
index 0000000000..470dd740fd
--- /dev/null
+++ b/py-test-vcr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.13 2022/03/31 10:42:16 adam Exp $
+
+BLAKE2s (pytest-vcr-1.0.2.tar.gz) = 1d2d43c030e11c6b7c52b1a234dd3c19401eb23fd598cc00d727b561edeb5814
+SHA512 (pytest-vcr-1.0.2.tar.gz) = a9ff1dc9802ffdd321774aec4e522f0266b275d0e7cc7caa0ce5c0e174c36939582645bbebc59db541116b8ec896dfb636ec7b2f64b89f243c3a60d4f10efadf
+Size (pytest-vcr-1.0.2.tar.gz) = 3810 bytes


Home | Main Index | Thread Index | Old Index