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

Package: python3-lockfile
Architecture: all
Description: Platform-independent file locking module
 The lockfile module exports a FileLock class which provides a simple API
 for locking files. Unlike the Windows msvcrt.locking function, the Unix
 fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
 identical across both Unix (including Linux and Mac) and Windows
 platforms. The lock mechanism relies on the atomic nature of the link
 (on Unix) and mkdir (on Windows) system calls.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
