NFS-safe file locking with timeouts for POSIX and Windows.
NFS-safe file locking with timeouts for POSIX and Windows. The flufl.lock library provides an NFS-safe file-based locking algorithm influenced by the GNU/Linux open(2) manpage, under the description of the O_EXCL option.
NFS-safe file locking with timeouts for POSIX and Windows. The flufl.lock library provides an NFS-safe file-based locking algorithm influenced by the GNU/Linux open(2) manpage, under the description of the O_EXCL option.
To install py39-flufl.lock, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-flufl.lock
To see what files were installed by py39-flufl.lock, run:
port contents py39-flufl.lock
To later upgrade py39-flufl.lock, run:
sudo port selfupdate && sudo port upgrade py39-flufl.lock
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.