The devel/py-zc-lockfile,python3 port
py3-zc-lockfilezc.lockfile-2.0p6 – basic inter-process locks (cvsweb github mirror)
Description
The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files.WWW: https://pypi.python.org/pypi/zc.lockfile
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0-py3.11-nspkg.pth
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/namespace_packages.txt
- /usr/local/lib/python3.11/site-packages/zc.lockfile-2.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/zc/
- /usr/local/lib/python3.11/site-packages/zc/lockfile/
- /usr/local/lib/python3.11/site-packages/zc/lockfile/README.txt
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__init__.py
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__pycache__/
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__pycache__/tests.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/zc/lockfile/__pycache__/tests.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/zc/lockfile/tests.py
- @conflict py3-zc-lockfilezc.lockfile-*