| Port details |
- py-a2wsgi Convert WSGI app to ASGI app or ASGI app to WSGI app
- 1.10.10 www
=0 1.10.10Version of this port present on the latest quarterly branch. - Maintainer: wen@FreeBSD.org
 - Port Added: 2026-03-10 02:42:04
- Last Update: 2026-03-10 02:40:22
- Commit Hash: fee3150
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/abersheeran/a2wsgi
- Description:
- Convert WSGI app to ASGI app or ASGI app to WSGI app.
Pure Python. Only depend on the standard library.
Compared with other converters, the advantage is that a2wsgi
will not accumulate the requested content or response content
in the memory, so you don't have to worry about the memory
limit caused by a2wsgi. This problem exists in converters
implemented by uvicorn/startlette or hypercorn.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}a2wsgi>0:www/py-a2wsgi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-a2wsgi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-a2wsgi
- pkg install py311-a2wsgi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-a2wsgi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-a2wsgi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1773108368
SHA256 (a2wsgi-1.10.10.tar.gz) = a5bcffb52081ba39df0d5e9a884fc6f819d92e3a42389343ba77cbf809fe1f45
SIZE (a2wsgi-1.10.10.tar.gz) = 18799
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- py311-pdm-backend>=0 : devel/py-pdm-backend@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-asyncio>0 : devel/py-pytest-asyncio@py311
- py311-baize>=0 : www/py-baize@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-a2wsgi
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.10.10 10 Mar 2026 02:40:22
    |
Wen Heping (wen)  |
www/py-a2wsgi: New port
Convert WSGI app to ASGI app or ASGI app to WSGI app.
Pure Python. Only depend on the standard library.
Compared with other converters, the advantage is that a2wsgi
will not accumulate the requested content or response content
in the memory, so you don't have to worry about the memory
limit caused by a2wsgi. This problem exists in converters
implemented by uvicorn/startlette or hypercorn. |
Number of commits found: 1
|