pkgsrc-WIP-changes archive

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

py-vcrpy: remove, imported to pkgsrc/www/py-vcrpy



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Aug 10 16:36:01 2024 +0200
Changeset:	f92210072c4dd0322624c2ba714e6327b373cd7b

Modified Files:
	Makefile
Removed Files:
	py-vcrpy/DESCR
	py-vcrpy/Makefile
	py-vcrpy/PLIST
	py-vcrpy/distinfo

Log Message:
py-vcrpy: remove, imported to pkgsrc/www/py-vcrpy

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

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

diffstat:
 Makefile          |  1 -
 py-vcrpy/DESCR    |  1 -
 py-vcrpy/Makefile | 26 ----------------
 py-vcrpy/PLIST    | 93 -------------------------------------------------------
 py-vcrpy/distinfo |  5 ---
 5 files changed, 126 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 44f06b0133..4175074dae 100644
--- a/Makefile
+++ b/Makefile
@@ -4769,7 +4769,6 @@ SUBDIR+=	py-validictory
 SUBDIR+=	py-vanguards
 SUBDIR+=	py-vanity
 SUBDIR+=	py-varify
-SUBDIR+=	py-vcrpy
 SUBDIR+=	py-vdirsyncer-git
 SUBDIR+=	py-vega_datasets
 SUBDIR+=	py-vegas
diff --git a/py-vcrpy/DESCR b/py-vcrpy/DESCR
deleted file mode 100644
index 2050ec8e34..0000000000
--- a/py-vcrpy/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Automatically mock your HTTP interactions to simplify and speed up testing
diff --git a/py-vcrpy/Makefile b/py-vcrpy/Makefile
deleted file mode 100644
index ae541bfa05..0000000000
--- a/py-vcrpy/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	vcrpy-6.0.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	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"
diff --git a/py-vcrpy/PLIST b/py-vcrpy/PLIST
deleted file mode 100644
index a0b5282392..0000000000
--- a/py-vcrpy/PLIST
+++ /dev/null
@@ -1,93 +0,0 @@
-@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/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
diff --git a/py-vcrpy/distinfo b/py-vcrpy/distinfo
deleted file mode 100644
index d7aa54e7ff..0000000000
--- a/py-vcrpy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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