pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-vcrpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 14:35:12 UTC 2024

Added Files:
        pkgsrc/www/py-vcrpy: DESCR Makefile PLIST distinfo

Log Message:
www/py-vcrpy: import py-vcrpy-6.0.1

Automatically mock your HTTP interactions to simplify and speed up testing


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-vcrpy/DESCR pkgsrc/www/py-vcrpy/Makefile \
    pkgsrc/www/py-vcrpy/PLIST pkgsrc/www/py-vcrpy/distinfo

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

Added files:

Index: pkgsrc/www/py-vcrpy/DESCR
diff -u /dev/null pkgsrc/www/py-vcrpy/DESCR:1.1
--- /dev/null   Sat Aug 10 14:35:12 2024
+++ pkgsrc/www/py-vcrpy/DESCR   Sat Aug 10 14:35:12 2024
@@ -0,0 +1 @@
+Automatically mock your HTTP interactions to simplify and speed up testing
Index: pkgsrc/www/py-vcrpy/Makefile
diff -u /dev/null pkgsrc/www/py-vcrpy/Makefile:1.1
--- /dev/null   Sat Aug 10 14:35:12 2024
+++ pkgsrc/www/py-vcrpy/Makefile        Sat Aug 10 14:35:12 2024
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2024/08/10 14:35:12 wiz Exp $
+
+DISTNAME=      vcrpy-6.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vcrpy/}
+
+MAINTAINER=    matthewd%fastmail.us@localhost
+HOMEPAGE=      https://github.com/kevin1024/vcrpy
+COMMENT=       VCR.py simplifies and speeds up tests that make HTTP requests
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-wrapt>=0:../../devel/py-wrapt
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.5:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-yarl>=0:../../www/py-yarl
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=1.0.0:../../www/py-test-httpbin
+
+# as of 6.0.1
+# 60 failed, 173 passed, 9 skipped, 14 errors
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-vcrpy/PLIST
diff -u /dev/null pkgsrc/www/py-vcrpy/PLIST:1.1
--- /dev/null   Sat Aug 10 14:35:12 2024
+++ pkgsrc/www/py-vcrpy/PLIST   Sat Aug 10 14:35:12 2024
@@ -0,0 +1,93 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/10 14:35:12 wiz Exp $
+${PYSITELIB}/vcr/__init__.py
+${PYSITELIB}/vcr/__init__.pyc
+${PYSITELIB}/vcr/__init__.pyo
+${PYSITELIB}/vcr/_handle_coroutine.py
+${PYSITELIB}/vcr/_handle_coroutine.pyc
+${PYSITELIB}/vcr/_handle_coroutine.pyo
+${PYSITELIB}/vcr/cassette.py
+${PYSITELIB}/vcr/cassette.pyc
+${PYSITELIB}/vcr/cassette.pyo
+${PYSITELIB}/vcr/config.py
+${PYSITELIB}/vcr/config.pyc
+${PYSITELIB}/vcr/config.pyo
+${PYSITELIB}/vcr/errors.py
+${PYSITELIB}/vcr/errors.pyc
+${PYSITELIB}/vcr/errors.pyo
+${PYSITELIB}/vcr/filters.py
+${PYSITELIB}/vcr/filters.pyc
+${PYSITELIB}/vcr/filters.pyo
+${PYSITELIB}/vcr/matchers.py
+${PYSITELIB}/vcr/matchers.pyc
+${PYSITELIB}/vcr/matchers.pyo
+${PYSITELIB}/vcr/migration.py
+${PYSITELIB}/vcr/migration.pyc
+${PYSITELIB}/vcr/migration.pyo
+${PYSITELIB}/vcr/patch.py
+${PYSITELIB}/vcr/patch.pyc
+${PYSITELIB}/vcr/patch.pyo
+${PYSITELIB}/vcr/persisters/__init__.py
+${PYSITELIB}/vcr/persisters/__init__.pyc
+${PYSITELIB}/vcr/persisters/__init__.pyo
+${PYSITELIB}/vcr/persisters/filesystem.py
+${PYSITELIB}/vcr/persisters/filesystem.pyc
+${PYSITELIB}/vcr/persisters/filesystem.pyo
+${PYSITELIB}/vcr/record_mode.py
+${PYSITELIB}/vcr/record_mode.pyc
+${PYSITELIB}/vcr/record_mode.pyo
+${PYSITELIB}/vcr/request.py
+${PYSITELIB}/vcr/request.pyc
+${PYSITELIB}/vcr/request.pyo
+${PYSITELIB}/vcr/serialize.py
+${PYSITELIB}/vcr/serialize.pyc
+${PYSITELIB}/vcr/serialize.pyo
+${PYSITELIB}/vcr/serializers/__init__.py
+${PYSITELIB}/vcr/serializers/__init__.pyc
+${PYSITELIB}/vcr/serializers/__init__.pyo
+${PYSITELIB}/vcr/serializers/compat.py
+${PYSITELIB}/vcr/serializers/compat.pyc
+${PYSITELIB}/vcr/serializers/compat.pyo
+${PYSITELIB}/vcr/serializers/jsonserializer.py
+${PYSITELIB}/vcr/serializers/jsonserializer.pyc
+${PYSITELIB}/vcr/serializers/jsonserializer.pyo
+${PYSITELIB}/vcr/serializers/yamlserializer.py
+${PYSITELIB}/vcr/serializers/yamlserializer.pyc
+${PYSITELIB}/vcr/serializers/yamlserializer.pyo
+${PYSITELIB}/vcr/stubs/__init__.py
+${PYSITELIB}/vcr/stubs/__init__.pyc
+${PYSITELIB}/vcr/stubs/__init__.pyo
+${PYSITELIB}/vcr/stubs/aiohttp_stubs.py
+${PYSITELIB}/vcr/stubs/aiohttp_stubs.pyc
+${PYSITELIB}/vcr/stubs/aiohttp_stubs.pyo
+${PYSITELIB}/vcr/stubs/boto3_stubs.py
+${PYSITELIB}/vcr/stubs/boto3_stubs.pyc
+${PYSITELIB}/vcr/stubs/boto3_stubs.pyo
+${PYSITELIB}/vcr/stubs/compat.py
+${PYSITELIB}/vcr/stubs/compat.pyc
+${PYSITELIB}/vcr/stubs/compat.pyo
+${PYSITELIB}/vcr/stubs/httplib2_stubs.py
+${PYSITELIB}/vcr/stubs/httplib2_stubs.pyc
+${PYSITELIB}/vcr/stubs/httplib2_stubs.pyo
+${PYSITELIB}/vcr/stubs/httpx_stubs.py
+${PYSITELIB}/vcr/stubs/httpx_stubs.pyc
+${PYSITELIB}/vcr/stubs/httpx_stubs.pyo
+${PYSITELIB}/vcr/stubs/requests_stubs.py
+${PYSITELIB}/vcr/stubs/requests_stubs.pyc
+${PYSITELIB}/vcr/stubs/requests_stubs.pyo
+${PYSITELIB}/vcr/stubs/tornado_stubs.py
+${PYSITELIB}/vcr/stubs/tornado_stubs.pyc
+${PYSITELIB}/vcr/stubs/tornado_stubs.pyo
+${PYSITELIB}/vcr/stubs/urllib3_stubs.py
+${PYSITELIB}/vcr/stubs/urllib3_stubs.pyc
+${PYSITELIB}/vcr/stubs/urllib3_stubs.pyo
+${PYSITELIB}/vcr/unittest.py
+${PYSITELIB}/vcr/unittest.pyc
+${PYSITELIB}/vcr/unittest.pyo
+${PYSITELIB}/vcr/util.py
+${PYSITELIB}/vcr/util.pyc
+${PYSITELIB}/vcr/util.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/www/py-vcrpy/distinfo
diff -u /dev/null pkgsrc/www/py-vcrpy/distinfo:1.1
--- /dev/null   Sat Aug 10 14:35:12 2024
+++ pkgsrc/www/py-vcrpy/distinfo        Sat Aug 10 14:35:12 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/10 14:35:12 wiz Exp $
+
+BLAKE2s (vcrpy-6.0.1.tar.gz) = 80c8b1d6dc43978fe3d9c5e03cb861276d593bdcf43c8ae27db5825021c2cf73
+SHA512 (vcrpy-6.0.1.tar.gz) = b5802b661335a7941d7e60e0a623799000eecfef53d4522ea31051bc543a0b1cb089d5a33e27642fd2bbde3dc85f5217dfba4ad6da8f76e2e7ceae5d900d26c6
+Size (vcrpy-6.0.1.tar.gz) = 84836 bytes



Home | Main Index | Thread Index | Old Index