summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-04 21:46:47 +0000
committerwiz <wiz@pkgsrc.org>2015-12-04 21:46:47 +0000
commit070a0cebcb821097fb5cbeddec4fe849f1755e9f (patch)
tree10329c9ae9979e9baad1a73533fb1d786f3a2c01
parent02f651f6ee70b30c86a68d4f7d6e1f1748a4115c (diff)
downloadpkgsrc-070a0cebcb821097fb5cbeddec4fe849f1755e9f.tar.gz
Import py34-betamax-0.5.1 as www/py-betamax.
Betamax is a VCR_ imitation for requests. This will make mocking out requests much easier. It is tested on 'Travis CI'. Put in a more humorous way: "Betamax records your HTTP interactions so the NSA does not have to."
-rw-r--r--www/py-betamax/DESCR5
-rw-r--r--www/py-betamax/Makefile18
-rw-r--r--www/py-betamax/PLIST97
-rw-r--r--www/py-betamax/distinfo6
4 files changed, 126 insertions, 0 deletions
diff --git a/www/py-betamax/DESCR b/www/py-betamax/DESCR
new file mode 100644
index 00000000000..b9dc469b404
--- /dev/null
+++ b/www/py-betamax/DESCR
@@ -0,0 +1,5 @@
+Betamax is a VCR_ imitation for requests. This will make mocking out requests
+much easier. It is tested on 'Travis CI'.
+
+Put in a more humorous way: "Betamax records your HTTP interactions so the NSA
+does not have to."
diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile
new file mode 100644
index 00000000000..08fd7bc3dbc
--- /dev/null
+++ b/www/py-betamax/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/12/04 21:46:47 wiz Exp $
+
+DISTNAME= betamax-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/betamax/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/betamax
+COMMENT= VCR imitation for python-requests
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-betamax/PLIST b/www/py-betamax/PLIST
new file mode 100644
index 00000000000..ae604bae743
--- /dev/null
+++ b/www/py-betamax/PLIST
@@ -0,0 +1,97 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/04 21:46:47 wiz Exp $
+${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}/betamax/__init__.py
+${PYSITELIB}/betamax/__init__.pyc
+${PYSITELIB}/betamax/__init__.pyo
+${PYSITELIB}/betamax/adapter.py
+${PYSITELIB}/betamax/adapter.pyc
+${PYSITELIB}/betamax/adapter.pyo
+${PYSITELIB}/betamax/cassette/__init__.py
+${PYSITELIB}/betamax/cassette/__init__.pyc
+${PYSITELIB}/betamax/cassette/__init__.pyo
+${PYSITELIB}/betamax/cassette/cassette.py
+${PYSITELIB}/betamax/cassette/cassette.pyc
+${PYSITELIB}/betamax/cassette/cassette.pyo
+${PYSITELIB}/betamax/cassette/headers.py
+${PYSITELIB}/betamax/cassette/headers.pyc
+${PYSITELIB}/betamax/cassette/headers.pyo
+${PYSITELIB}/betamax/cassette/interaction.py
+${PYSITELIB}/betamax/cassette/interaction.pyc
+${PYSITELIB}/betamax/cassette/interaction.pyo
+${PYSITELIB}/betamax/cassette/mock_response.py
+${PYSITELIB}/betamax/cassette/mock_response.pyc
+${PYSITELIB}/betamax/cassette/mock_response.pyo
+${PYSITELIB}/betamax/cassette/util.py
+${PYSITELIB}/betamax/cassette/util.pyc
+${PYSITELIB}/betamax/cassette/util.pyo
+${PYSITELIB}/betamax/configure.py
+${PYSITELIB}/betamax/configure.pyc
+${PYSITELIB}/betamax/configure.pyo
+${PYSITELIB}/betamax/decorator.py
+${PYSITELIB}/betamax/decorator.pyc
+${PYSITELIB}/betamax/decorator.pyo
+${PYSITELIB}/betamax/exceptions.py
+${PYSITELIB}/betamax/exceptions.pyc
+${PYSITELIB}/betamax/exceptions.pyo
+${PYSITELIB}/betamax/fixtures/__init__.py
+${PYSITELIB}/betamax/fixtures/__init__.pyc
+${PYSITELIB}/betamax/fixtures/__init__.pyo
+${PYSITELIB}/betamax/fixtures/pytest.py
+${PYSITELIB}/betamax/fixtures/pytest.pyc
+${PYSITELIB}/betamax/fixtures/pytest.pyo
+${PYSITELIB}/betamax/fixtures/unittest.py
+${PYSITELIB}/betamax/fixtures/unittest.pyc
+${PYSITELIB}/betamax/fixtures/unittest.pyo
+${PYSITELIB}/betamax/matchers/__init__.py
+${PYSITELIB}/betamax/matchers/__init__.pyc
+${PYSITELIB}/betamax/matchers/__init__.pyo
+${PYSITELIB}/betamax/matchers/base.py
+${PYSITELIB}/betamax/matchers/base.pyc
+${PYSITELIB}/betamax/matchers/base.pyo
+${PYSITELIB}/betamax/matchers/body.py
+${PYSITELIB}/betamax/matchers/body.pyc
+${PYSITELIB}/betamax/matchers/body.pyo
+${PYSITELIB}/betamax/matchers/digest_auth.py
+${PYSITELIB}/betamax/matchers/digest_auth.pyc
+${PYSITELIB}/betamax/matchers/digest_auth.pyo
+${PYSITELIB}/betamax/matchers/headers.py
+${PYSITELIB}/betamax/matchers/headers.pyc
+${PYSITELIB}/betamax/matchers/headers.pyo
+${PYSITELIB}/betamax/matchers/host.py
+${PYSITELIB}/betamax/matchers/host.pyc
+${PYSITELIB}/betamax/matchers/host.pyo
+${PYSITELIB}/betamax/matchers/method.py
+${PYSITELIB}/betamax/matchers/method.pyc
+${PYSITELIB}/betamax/matchers/method.pyo
+${PYSITELIB}/betamax/matchers/path.py
+${PYSITELIB}/betamax/matchers/path.pyc
+${PYSITELIB}/betamax/matchers/path.pyo
+${PYSITELIB}/betamax/matchers/query.py
+${PYSITELIB}/betamax/matchers/query.pyc
+${PYSITELIB}/betamax/matchers/query.pyo
+${PYSITELIB}/betamax/matchers/uri.py
+${PYSITELIB}/betamax/matchers/uri.pyc
+${PYSITELIB}/betamax/matchers/uri.pyo
+${PYSITELIB}/betamax/options.py
+${PYSITELIB}/betamax/options.pyc
+${PYSITELIB}/betamax/options.pyo
+${PYSITELIB}/betamax/recorder.py
+${PYSITELIB}/betamax/recorder.pyc
+${PYSITELIB}/betamax/recorder.pyo
+${PYSITELIB}/betamax/serializers/__init__.py
+${PYSITELIB}/betamax/serializers/__init__.pyc
+${PYSITELIB}/betamax/serializers/__init__.pyo
+${PYSITELIB}/betamax/serializers/base.py
+${PYSITELIB}/betamax/serializers/base.pyc
+${PYSITELIB}/betamax/serializers/base.pyo
+${PYSITELIB}/betamax/serializers/json_serializer.py
+${PYSITELIB}/betamax/serializers/json_serializer.pyc
+${PYSITELIB}/betamax/serializers/json_serializer.pyo
+${PYSITELIB}/betamax/serializers/proxy.py
+${PYSITELIB}/betamax/serializers/proxy.pyc
+${PYSITELIB}/betamax/serializers/proxy.pyo
diff --git a/www/py-betamax/distinfo b/www/py-betamax/distinfo
new file mode 100644
index 00000000000..cd06fbd00cd
--- /dev/null
+++ b/www/py-betamax/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/04 21:46:47 wiz Exp $
+
+SHA1 (betamax-0.5.1.tar.gz) = f1fab32412e5cc5b7c1a01bdeefe221a0788bd6e
+RMD160 (betamax-0.5.1.tar.gz) = db4839ac9fb76cdb71cc631f2c6ed7ae496624e9
+SHA512 (betamax-0.5.1.tar.gz) = 1737c42594dcb00b58d42ea0b8258b582f30ce6673bc34761e2592148e3ec9aada3fa0a9392dea623d818423829908240c6b25b215666bffd6c9418fb9e3835a
+Size (betamax-0.5.1.tar.gz) = 25586 bytes