notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-wsgi_intercept WSGI application in place of a real URI for testing
1.9.2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.9.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-11-27 11:48:57
Last Update: 2020-12-05 13:48:42
SVN Revision: 557059
Also Listed In: python
License: MIT
WWW:
https://github.com/cdent/wsgi-intercept
Description:
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. wsgi_intercept works with a variety of HTTP clients in Python 2.7, 3.5 and beyond, and in pypy. - urllib2 - urllib.request - httplib - http.client - httplib2 - requests - urllib3 wsgi_intercept works by replacing httplib.HTTPConnection with a subclass, wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific server/port combinations into a WSGI application by emulating a socket. If no intercept is registered for the host and port requested, those requests are passed on to the standard handler. WWW: https://github.com/cdent/wsgi-intercept
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}wsgi_intercept>0:devel/py-wsgi_intercept@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-wsgi_intercept
Package flavors (<flavor>: <package>)
  • py37: py37-wsgi_intercept
  • py27: py27-wsgi_intercept
distinfo:
TIMESTAMP = 1581007168 SHA256 (wsgi_intercept-1.9.2.tar.gz) = 36888e094a5e1ed16ed74a88bfa7b81f0f665d927f9192b9c7d0ca015a28c2ac SIZE (wsgi_intercept-1.9.2.tar.gz) = 29083

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-six>=0 : devel/py-six@py37
  2. py37-setuptools>0 : devel/py-setuptools@py37
  3. python3.7 : lang/python37
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. emulators/py-nova*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/w/wsgi_intercept/
  2. https://pypi.org/packages/source/w/wsgi_intercept/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.2
05 Dec 2020 13:48:42
Revision:557059Original commit files touched by this commit
sunpoet search for other commits by this committer
Move devel/py-wsgi_intercept to devel/py-wsgi-intercept
1.9.2
06 Feb 2020 19:26:36
Revision:525416Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.2

Changes:	https://github.com/cdent/wsgi-intercept/commits/master
1.9.1
08 Jan 2020 14:50:58
Revision:522405Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.1

- Add LICENSE_FILE
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/cdent/wsgi-intercept/commits/master
1.4.1
15 Dec 2019 15:13:13
Revision:520181Original commit files touched by this commit
zi search for other commits by this committer
- Reset MAINTAINER due to fatal email bounces

Reported by:	portscout!
1.4.1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
1.4.1
08 Feb 2018 20:18:09
Revision:461265Original commit files touched by this commit
amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
1.4.1
27 Nov 2016 11:48:50
Revision:427225Original commit files touched by this commit
novel search for other commits by this committer
Add py-wsgi_intercept 1.4.1, WSGI application in place of a real uri for
testing.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

Number of commits found: 7