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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-wait-for2 Handle simultaneous cancellation and future completion
0.3.2 develnew! 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: DtxdF@disroot.org search for ports maintained by this maintainer
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+.
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.
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>)
  • py311: py311-wait-for2
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):
py311-wait-for2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.3.2--0.3.2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-nicegui
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/w/wait_for2/
  2. https://pypi.org/packages/source/w/wait_for2/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2
27 May 2025 22:14:43
commit hash: 39e75f7802a14126715b2a70007dc107c9954f0bcommit hash: 39e75f7802a14126715b2a70007dc107c9954f0bcommit hash: 39e75f7802a14126715b2a70007dc107c9954f0bcommit hash: 39e75f7802a14126715b2a70007dc107c9954f0b files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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