Source: python-filelock
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/tox-dev/py-filelock/tags
Vcs-Browser: https://github.com/alvistack/tox-dev-py-filelock
Vcs-Git: https://github.com/alvistack/tox-dev-py-filelock.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-filelock
Architecture: all
Description: Platform independent file lock for Python
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-typing-extensions (>= 4.8),
