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-quart Python ASGI web framework with the same API as Flask
0.20.0 www 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-13 06:30:24
Last Update: 2025-11-01 17:23:22
Commit Hash: 1403bb7
Also Listed In: python
License: MIT
WWW:
https://quart.palletsprojects.com/en/latest/
https://github.com/pallets/quart
Description:
Quart is an async Python web application framework. Using Quart you can, - render and serve HTML templates, - write (RESTful) JSON APIs, - serve WebSockets, - stream request and response data, - do pretty much anything over the HTTP or WebSocket protocols.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}quart>0:www/py-quart@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-quart/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-quart
  • pkg install py311-quart
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-quart listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-quart
Package flavors (<flavor>: <package>)
  • py311: py311-quart
distinfo:
TIMESTAMP = 1759816486 SHA256 (quart-0.20.0.tar.gz) = 08793c206ff832483586f5ae47018c7e40bdd75d886fee3fabbdaa70c2cf505d SIZE (quart-0.20.0.tar.gz) = 63874

Packages (timestamps in pop-ups are UTC):
py311-quart
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.00.20.0--0.20.0n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.20.00.20.0--0.20.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.20.00.20.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-0.20.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=0<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-aiofiles>=0 : devel/py-aiofiles@py311
  2. py311-blinker>=1.6 : devel/py-blinker@py311
  3. py311-click>=8.0 : devel/py-click@py311
  4. py311-flask>=3.0 : www/py-flask@py311
  5. py311-hypercorn>=0.11.2 : www/py-hypercorn@py311
  6. py311-itsdangerous>=0 : security/py-itsdangerous@py311
  7. py311-Jinja2>=0 : devel/py-Jinja2@py311
  8. py311-markupsafe>=0 : textproc/py-markupsafe@py311
  9. py311-werkzeug>=3.0 : www/py-werkzeug@py311
  10. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-quart-trio

Configuration Options:
No options to configure
Options name:
www_py-quart
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/q/quart/
  2. https://pypi.org/packages/source/q/quart/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.20.0
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
0.20.0
13 Oct 2025 06:11:21
commit hash: 72804b66012e222807938d730355d887c4caf250commit hash: 72804b66012e222807938d730355d887c4caf250commit hash: 72804b66012e222807938d730355d887c4caf250commit hash: 72804b66012e222807938d730355d887c4caf250 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-quart: Add py-quart 0.20.0

Quart is an async Python web application framework. Using Quart you can,
- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.

Number of commits found: 2