pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 29 23:15:52 2020 +0100
Changeset:	3ecc3b6ec17d03b77337025fc430aad1326d8cf1

Added Files:
	py-wsgi-intercep/DESCR
	py-wsgi-intercep/Makefile
	py-wsgi-intercep/PLIST
	py-wsgi-intercep/distinfo

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

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

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

diffstat:
 py-wsgi-intercep/DESCR    |  7 +++++
 py-wsgi-intercep/Makefile | 18 +++++++++++++
 py-wsgi-intercep/PLIST    | 66 +++++++++++++++++++++++++++++++++++++++++++++++
 py-wsgi-intercep/distinfo |  6 +++++
 4 files changed, 97 insertions(+)

diffs:
diff --git a/py-wsgi-intercep/DESCR b/py-wsgi-intercep/DESCR
new file mode 100644
index 0000000000..632eee8fc4
--- /dev/null
+++ b/py-wsgi-intercep/DESCR
@@ -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
diff --git a/py-wsgi-intercep/Makefile b/py-wsgi-intercep/Makefile
new file mode 100644
index 0000000000..4fb16978ab
--- /dev/null
+++ b/py-wsgi-intercep/Makefile
@@ -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@localhost
+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"
diff --git a/py-wsgi-intercep/PLIST b/py-wsgi-intercep/PLIST
new file mode 100644
index 0000000000..a680a3d3c5
--- /dev/null
+++ b/py-wsgi-intercep/PLIST
@@ -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
diff --git a/py-wsgi-intercep/distinfo b/py-wsgi-intercep/distinfo
new file mode 100644
index 0000000000..e098f5eb82
--- /dev/null
+++ b/py-wsgi-intercep/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index