| Port details |
- py-aiobreaker AIO Circuit Breaker pattern
- 1.2.0 www
=0 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: otis@FreeBSD.org
 - Port Added: 2025-12-11 21:00:05
- Last Update: 2025-12-11 20:48:47
- Commit Hash: 22cbc38
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/aiobreaker/
- Description:
- aiobreaker is a Python implementation of the Circuit Breaker pattern, described
in Michael T. Nygard's book Release It!.
Circuit breakers exist to allow one subsystem to fail without destroying the
entire system. This is done by wrapping dangerous operations (typically
integration points) with a component that can circumvent calls when the system
is not healthy.
¦ ¦ ¦ ¦ 
- 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}aiobreaker>0:www/py-aiobreaker@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-aiobreaker/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-aiobreaker
- pkg install py311-aiobreaker
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-aiobreaker listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-aiobreaker
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1757576651
SHA256 (aiobreaker-1.2.0.tar.gz) = 217a9cfa12e520bb2dd1934bace281d1d7deb8d7630dd183a6295fd22e323ce7
SIZE (aiobreaker-1.2.0.tar.gz) = 15947
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- 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-aiobreaker
- USES:
- 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.2.0 11 Dec 2025 20:48:47
    |
Juraj Lutter (otis)  |
www/py-aiobreaker: Add new port
aiobreaker is a Python implementation of the Circuit Breaker pattern,
described in Michael T. Nygard's book Release It!_.
Circuit breakers exist to allow one subsystem to fail without destroying
the entire system. This is done by wrapping dangerous operations
(typically integration points) with a component that can circumvent
calls when the system is not healthy. |
Number of commits found: 1
|