File: control

package info (click to toggle)
python-filelock 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: python: 604; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
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
Source: python-filelock
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all (>=3.7),
               python3-setuptools,
               python3-pytest,
               pybuild-plugin-pyproject,
               python3-hatchling,
               python3-hatch-vcs
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/python-filelock.git
Vcs-Browser: https://salsa.debian.org/debian/python-filelock
Homepage: https://github.com/tox-dev/py-filelock

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.