mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
12 lines
435 B
Text
12 lines
435 B
Text
The lockfile package exports a LockFile class which provides a simple
|
|
API for locking files.
|
|
|
|
Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock
|
|
functions, and the deprecated posixfile module, the API is identical
|
|
across both Unix (including Linux and Mac) and Windows platforms.
|
|
|
|
This package is version 0.8 due to some API breakage in 0.9+
|
|
|
|
To build for Python 3:
|
|
# PYTHON=python3 ./lockfile.SlackBuild
|
|
|