1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: python-filelock
Maintainer: Sascha Steinbiss <satta@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-mock,
python3-pytest-timeout,
python3-virtualenv,
pybuild-plugin-pyproject,
python3-hatchling (>=1.18),
python3-hatch-vcs (>=0.4)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/python-filelock
Vcs-Git: https://salsa.debian.org/debian/python-filelock.git
Homepage: https://github.com/tox-dev/filelock
Rules-Requires-Root: no
Package: python3-filelock
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: platform independent file locking module
This package contains a single module, which implements a platform independent
file locking mechanism for Python. The lock includes a lock counter and is
thread safe. This means, when locking the same lock object twice, it will not
block.
|