Port details |
- py-wait-for2 Handle simultaneous cancellation and future completion
- 0.3.2 devel
=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: DtxdF@disroot.org
 - Port Added: 2025-05-27 22:15:04
- Last Update: 2025-05-27 22:14:43
- Commit Hash: 39e75f7
- Also Listed In: python
- License: APACHE20
- WWW:
- https://pypi.org/project/wait-for2
- https://github.com/Traktormaster/wait-for2
- Description:
- wait_for2 is an alternate implementation of asyncio.wait_for(). It
handles several edge cases like simultaneous cancellation of wait
and completion of future differently and consistently across Python
versions 3.7+.
 ¦ ¦ ¦ ¦ 
- 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}wait-for2>0:devel/py-wait-for2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-wait-for2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-wait-for2
- pkg install py311-wait-for2
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-wait-for2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wait-for2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1748292412
SHA256 (wait_for2-0.3.2.tar.gz) = 93863026dc35f3471104ecf7de1f4a0b31f4c8b12a2241c0d6ee26dcc0c2092a
SIZE (wait_for2-0.3.2.tar.gz) = 16673
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-nicegui
- www/py-nicegui-nogui
Configuration Options:
- No options to configure
- Options name:
- devel_py-wait-for2
- 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 |
0.3.2 27 May 2025 22:14:43
    |
Vladimir Druzenko (vvd)  Author: Jesús Daniel Colmenares Oviedo |
devel/py-wait-for2: New port: Handle simultaneous cancellation and future
completion
Alternate implementation of asyncio.wait_for(). It handles several edge
cases like simultaneous cancellation of wait and completion of future
differently and consistently across Python versions 3.7+.
https://github.com/Traktormaster/wait-for2
Required for www/py-nicegui 2.18.0.
PR: 287082 |
Number of commits found: 1
|