pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vcrpy: 4.1.1
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Mon Apr 11 13:19:26 2022 -0700
Changeset: bdbf8394a6993ba46f31a2c87c7a36e2011c108d
Added Files:
py-vcrpy/DESCR
py-vcrpy/Makefile
py-vcrpy/PLIST
py-vcrpy/distinfo
Log Message:
vcrpy: 4.1.1
VCR.py simplifies and speeds up tests that make HTTP requests
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bdbf8394a6993ba46f31a2c87c7a36e2011c108d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-vcrpy/DESCR | 1 +
py-vcrpy/Makefile | 22 ++++++++++++++++++
py-vcrpy/PLIST | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
py-vcrpy/distinfo | 5 +++++
4 files changed, 95 insertions(+)
diffs:
diff --git a/py-vcrpy/DESCR b/py-vcrpy/DESCR
new file mode 100644
index 0000000000..2050ec8e34
--- /dev/null
+++ b/py-vcrpy/DESCR
@@ -0,0 +1 @@
+Automatically mock your HTTP interactions to simplify and speed up testing
diff --git a/py-vcrpy/Makefile b/py-vcrpy/Makefile
new file mode 100644
index 0000000000..e015c0918e
--- /dev/null
+++ b/py-vcrpy/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= vcrpy-4.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=v/vcrpy/}
+
+MAINTAINER= matthewda%fastmail.us@localhost
+HOMEPAGE= https://github.com/kevin1024/vcrpy
+COMMENT= VCR.py simplifies and speeds up tests that make HTTP requests
+LICENSE= mit
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=1.0.0:../../www/py-test-httpbin
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s
+
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-vcrpy/PLIST b/py-vcrpy/PLIST
new file mode 100644
index 0000000000..3fc8f2d63c
--- /dev/null
+++ b/py-vcrpy/PLIST
@@ -0,0 +1,67 @@
+@comment $NetBSD$
+${PYSITELIB}/vcr/__init__.py
+${PYSITELIB}/vcr/__init__.pyc
+${PYSITELIB}/vcr/_handle_coroutine.py
+${PYSITELIB}/vcr/_handle_coroutine.pyc
+${PYSITELIB}/vcr/cassette.py
+${PYSITELIB}/vcr/cassette.pyc
+${PYSITELIB}/vcr/config.py
+${PYSITELIB}/vcr/config.pyc
+${PYSITELIB}/vcr/errors.py
+${PYSITELIB}/vcr/errors.pyc
+${PYSITELIB}/vcr/filters.py
+${PYSITELIB}/vcr/filters.pyc
+${PYSITELIB}/vcr/matchers.py
+${PYSITELIB}/vcr/matchers.pyc
+${PYSITELIB}/vcr/migration.py
+${PYSITELIB}/vcr/migration.pyc
+${PYSITELIB}/vcr/patch.py
+${PYSITELIB}/vcr/patch.pyc
+${PYSITELIB}/vcr/persisters/__init__.py
+${PYSITELIB}/vcr/persisters/__init__.pyc
+${PYSITELIB}/vcr/persisters/filesystem.py
+${PYSITELIB}/vcr/persisters/filesystem.pyc
+${PYSITELIB}/vcr/record_mode.py
+${PYSITELIB}/vcr/record_mode.pyc
+${PYSITELIB}/vcr/request.py
+${PYSITELIB}/vcr/request.pyc
+${PYSITELIB}/vcr/serialize.py
+${PYSITELIB}/vcr/serialize.pyc
+${PYSITELIB}/vcr/serializers/__init__.py
+${PYSITELIB}/vcr/serializers/__init__.pyc
+${PYSITELIB}/vcr/serializers/compat.py
+${PYSITELIB}/vcr/serializers/compat.pyc
+${PYSITELIB}/vcr/serializers/jsonserializer.py
+${PYSITELIB}/vcr/serializers/jsonserializer.pyc
+${PYSITELIB}/vcr/serializers/yamlserializer.py
+${PYSITELIB}/vcr/serializers/yamlserializer.pyc
+${PYSITELIB}/vcr/stubs/__init__.py
+${PYSITELIB}/vcr/stubs/__init__.pyc
+${PYSITELIB}/vcr/stubs/aiohttp_stubs.py
+${PYSITELIB}/vcr/stubs/aiohttp_stubs.pyc
+${PYSITELIB}/vcr/stubs/boto3_stubs.py
+${PYSITELIB}/vcr/stubs/boto3_stubs.pyc
+${PYSITELIB}/vcr/stubs/boto_stubs.py
+${PYSITELIB}/vcr/stubs/boto_stubs.pyc
+${PYSITELIB}/vcr/stubs/compat.py
+${PYSITELIB}/vcr/stubs/compat.pyc
+${PYSITELIB}/vcr/stubs/httplib2_stubs.py
+${PYSITELIB}/vcr/stubs/httplib2_stubs.pyc
+${PYSITELIB}/vcr/stubs/httpx_stubs.py
+${PYSITELIB}/vcr/stubs/httpx_stubs.pyc
+${PYSITELIB}/vcr/stubs/requests_stubs.py
+${PYSITELIB}/vcr/stubs/requests_stubs.pyc
+${PYSITELIB}/vcr/stubs/tornado_stubs.py
+${PYSITELIB}/vcr/stubs/tornado_stubs.pyc
+${PYSITELIB}/vcr/stubs/urllib3_stubs.py
+${PYSITELIB}/vcr/stubs/urllib3_stubs.pyc
+${PYSITELIB}/vcr/util.py
+${PYSITELIB}/vcr/util.pyc
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${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}/top_level.txt
diff --git a/py-vcrpy/distinfo b/py-vcrpy/distinfo
new file mode 100644
index 0000000000..71a9d6c7b4
--- /dev/null
+++ b/py-vcrpy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (vcrpy-4.1.1.tar.gz) = fdc7fc36f4e62d9cbf57549f7c78c24d4e0bd0632371ab690b47635d0b38f43a
+SHA512 (vcrpy-4.1.1.tar.gz) = 221b1fbf4c6020550b97344561adcfaa796ba09bf23625a67678ee51f7c9118c58001af61282975a094aa828dc52510e113172be142c8801b441e437fc37a512
+Size (vcrpy-4.1.1.tar.gz) = 78193 bytes
Home |
Main Index |
Thread Index |
Old Index