wip/py-wsgi-intercep: py-wsgi-intercep-1.9.2

This commit is contained in:
K.I.A.Derouiche 2020-10-29 23:15:52 +01:00
parent 87822b10d3
commit 3ecc3b6ec1
4 changed files with 97 additions and 0 deletions

7
py-wsgi-intercep/DESCR Normal file
View File

@ -0,0 +1,7 @@
Testing a WSGI application sometimes involves starting
a server at a local host and port, then pointing your
test code to that address. Instead, this library lets
you intercept calls to any specific host/port
combination and redirect them into a WSGI application
importable by your test program. Thus, you can avoid
spawning multiple processes or threads to test your Web app

18
py-wsgi-intercep/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= wsgi_intercept-1.9.2
PKGNAME= ${PYPKGPREFIX}-wsgi-intercept-1.9.2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wsgi_intercept/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pypi.python.org/pypi/wsgi_intercept
COMMENT= Installs a WSGI application in place of a real URI for testing
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

66
py-wsgi-intercep/PLIST Normal file
View File

@ -0,0 +1,66 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/wsgi_intercept/__init__.py
${PYSITELIB}/wsgi_intercept/__init__.pyc
${PYSITELIB}/wsgi_intercept/__init__.pyo
${PYSITELIB}/wsgi_intercept/_urllib3.py
${PYSITELIB}/wsgi_intercept/_urllib3.pyc
${PYSITELIB}/wsgi_intercept/_urllib3.pyo
${PYSITELIB}/wsgi_intercept/http_client_intercept.py
${PYSITELIB}/wsgi_intercept/http_client_intercept.pyc
${PYSITELIB}/wsgi_intercept/http_client_intercept.pyo
${PYSITELIB}/wsgi_intercept/httplib2_intercept.py
${PYSITELIB}/wsgi_intercept/httplib2_intercept.pyc
${PYSITELIB}/wsgi_intercept/httplib2_intercept.pyo
${PYSITELIB}/wsgi_intercept/interceptor.py
${PYSITELIB}/wsgi_intercept/interceptor.pyc
${PYSITELIB}/wsgi_intercept/interceptor.pyo
${PYSITELIB}/wsgi_intercept/requests_intercept.py
${PYSITELIB}/wsgi_intercept/requests_intercept.pyc
${PYSITELIB}/wsgi_intercept/requests_intercept.pyo
${PYSITELIB}/wsgi_intercept/tests/__init__.py
${PYSITELIB}/wsgi_intercept/tests/__init__.pyc
${PYSITELIB}/wsgi_intercept/tests/__init__.pyo
${PYSITELIB}/wsgi_intercept/tests/install.py
${PYSITELIB}/wsgi_intercept/tests/install.pyc
${PYSITELIB}/wsgi_intercept/tests/install.pyo
${PYSITELIB}/wsgi_intercept/tests/test_http_client.py
${PYSITELIB}/wsgi_intercept/tests/test_http_client.pyc
${PYSITELIB}/wsgi_intercept/tests/test_http_client.pyo
${PYSITELIB}/wsgi_intercept/tests/test_httplib2.py
${PYSITELIB}/wsgi_intercept/tests/test_httplib2.pyc
${PYSITELIB}/wsgi_intercept/tests/test_httplib2.pyo
${PYSITELIB}/wsgi_intercept/tests/test_interceptor.py
${PYSITELIB}/wsgi_intercept/tests/test_interceptor.pyc
${PYSITELIB}/wsgi_intercept/tests/test_interceptor.pyo
${PYSITELIB}/wsgi_intercept/tests/test_module_interceptor.py
${PYSITELIB}/wsgi_intercept/tests/test_module_interceptor.pyc
${PYSITELIB}/wsgi_intercept/tests/test_module_interceptor.pyo
${PYSITELIB}/wsgi_intercept/tests/test_requests.py
${PYSITELIB}/wsgi_intercept/tests/test_requests.pyc
${PYSITELIB}/wsgi_intercept/tests/test_requests.pyo
${PYSITELIB}/wsgi_intercept/tests/test_response_headers.py
${PYSITELIB}/wsgi_intercept/tests/test_response_headers.pyc
${PYSITELIB}/wsgi_intercept/tests/test_response_headers.pyo
${PYSITELIB}/wsgi_intercept/tests/test_urllib.py
${PYSITELIB}/wsgi_intercept/tests/test_urllib.pyc
${PYSITELIB}/wsgi_intercept/tests/test_urllib.pyo
${PYSITELIB}/wsgi_intercept/tests/test_urllib3.py
${PYSITELIB}/wsgi_intercept/tests/test_urllib3.pyc
${PYSITELIB}/wsgi_intercept/tests/test_urllib3.pyo
${PYSITELIB}/wsgi_intercept/tests/test_wsgi_compliance.py
${PYSITELIB}/wsgi_intercept/tests/test_wsgi_compliance.pyc
${PYSITELIB}/wsgi_intercept/tests/test_wsgi_compliance.pyo
${PYSITELIB}/wsgi_intercept/tests/wsgi_app.py
${PYSITELIB}/wsgi_intercept/tests/wsgi_app.pyc
${PYSITELIB}/wsgi_intercept/tests/wsgi_app.pyo
${PYSITELIB}/wsgi_intercept/urllib3_intercept.py
${PYSITELIB}/wsgi_intercept/urllib3_intercept.pyc
${PYSITELIB}/wsgi_intercept/urllib3_intercept.pyo
${PYSITELIB}/wsgi_intercept/urllib_intercept.py
${PYSITELIB}/wsgi_intercept/urllib_intercept.pyc
${PYSITELIB}/wsgi_intercept/urllib_intercept.pyo

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (wsgi_intercept-1.9.2.tar.gz) = a456ae456d4955440faa172d1de3639b98925bf7
RMD160 (wsgi_intercept-1.9.2.tar.gz) = 1dfc0a7d0847a1f58df4782cf8e1c6f13e13b1d6
SHA512 (wsgi_intercept-1.9.2.tar.gz) = a313fe6302c9f168bd050c83ded1d58ef74feb54870197eb85b3527c2cc77eb76b4ca61ff4b554e13cca10ec7106ad9ba35c9a41a00bbd82ef39a26df2af7769
Size (wsgi_intercept-1.9.2.tar.gz) = 29083 bytes