pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-vcrpy: update to 6.0.1, convert to wheel.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Aug 10 13:58:23 2024 +0200
Changeset: 0c94a5e485df786ccc733334b36359a7207a52fc
Modified Files:
py-vcrpy/Makefile
py-vcrpy/PLIST
py-vcrpy/distinfo
Log Message:
py-vcrpy: update to 6.0.1, convert to wheel.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c94a5e485df786ccc733334b36359a7207a52fc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-vcrpy/Makefile | 14 +++++++++-----
py-vcrpy/PLIST | 36 +++++++++++++++++++++++++++++++-----
py-vcrpy/distinfo | 6 +++---
3 files changed, 43 insertions(+), 13 deletions(-)
diffs:
diff --git a/py-vcrpy/Makefile b/py-vcrpy/Makefile
index 506aae1390..ae541bfa05 100644
--- a/py-vcrpy/Makefile
+++ b/py-vcrpy/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= vcrpy-4.3.1
+DISTNAME= vcrpy-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vcrpy/}
@@ -10,13 +10,17 @@ 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>=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
-
+# as of 6.0.1
+# 60 failed, 173 passed, 9 skipped, 14 errors
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-vcrpy/PLIST b/py-vcrpy/PLIST
index 3fc8f2d63c..a0b5282392 100644
--- a/py-vcrpy/PLIST
+++ b/py-vcrpy/PLIST
@@ -1,67 +1,93 @@
@comment $NetBSD$
${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/boto_stubs.py
-${PYSITELIB}/vcr/stubs/boto_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}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/vcr/util.pyo
${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
index b768bedc6d..d7aa54e7ff 100644
--- a/py-vcrpy/distinfo
+++ b/py-vcrpy/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (vcrpy-4.3.1.tar.gz) = d04259c479e8793fbd813ab173de170a9cd5191d44d2b2efc11563120ae3af1e
-SHA512 (vcrpy-4.3.1.tar.gz) = a5c2de2bf165ae750df3de1c90cbd4f1087c9ab6c0cb7e2dbc6ad53b86fa96e8da45ca7d5398223d6268121d5d3cb62d659c0125962088e4c1f08e1030a6fade
-Size (vcrpy-4.3.1.tar.gz) = 81973 bytes
+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