Port details |
- py-werkzeug2 Python utilities collection for building WSGI applications (2.x)
- 2.3.8 www =2 2.3.8Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2024-02-22 22:45:08
- Last Update: 2024-02-22 22:42:53
- Commit Hash: 4472d02
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://palletsprojects.com/p/werkzeug/
- https://github.com/pallets/werkzeug
- Description:
- A Python utilities collection for building WSGI applications.
Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.
It includes a powerful debugger, fully featured request and response
objects, HTTP utilities to handle entity tags, cache control headers,
HTTP dates, cookie handling, file uploads, a powerful URL routing
system and a bunch of community contributed add-on modules.
- ¦ ¦ ¦ ¦
- 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}werkzeug2>0:www/py-werkzeug2@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/www/py-werkzeug2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-werkzeug2
- pkg install py39-werkzeug2
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 py39-werkzeug2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-werkzeug2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708634505
SHA256 (werkzeug-2.3.8.tar.gz) = 554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03
SIZE (werkzeug-2.3.8.tar.gz) = 819747
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:
-
- py39-flit-core>=0<4 : devel/py-flit-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-markupsafe>=2.1.1 : textproc/py-markupsafe@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- finance/odoo
- finance/odoo16
Configuration Options:
- ===> The following configuration options are available for py39-werkzeug2-2.3.8:
EXAMPLES=on: Build and/or install examples
WATCHDOG=off: Monitor filesystem events
===> Use 'make config' to modify these settings
- Options name:
- www_py-werkzeug2
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.8 22 Feb 2024 22:42:53 |
Jose Alonso Cardenas Marquez (acm) |
www/py-werkzeug2: Python utilities collection for building WSGI applications
(2.x)
A Python utilities collection for building WSGI applications.
Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.
It includes a powerful debugger, fully featured request and response
objects, HTTP utilities to handle entity tags, cache control headers,
HTTP dates, cookie handling, file uploads, a powerful URL routing
system and a bunch of community contributed add-on modules. |