File: control

package info (click to toggle)
flufl.lock 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 847; makefile: 12
file content (45 lines) | stat: -rw-r--r-- 1,701 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: flufl.lock
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://flufllock.readthedocs.io/en/latest/
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               furo,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-psutil,
               python3-public,
               python3-pytest,
               python3-pytest-cov,
               python3-sphinx,
               python3-sphinx-copybutton,
               python3-sybil
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/flufl.lock.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flufl.lock
Testsuite: autopkgtest-pkg-pybuild

Package: python-flufl.lock-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Conflicts: python-flufl.lock-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: NFS-safe file-based lock with timeouts (common documentation)
 This package provides an NFS-safe file-based locking algorithm influenced
 by the GNU/Linux open(2) manpage, under the description of the O_EXCL option.
 .
 This is the documentation package.

Package: python3-flufl.lock
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.lock-doc
Description: NFS-safe file-based lock with timeouts (Python 3)
 This package provides an NFS-safe file-based locking algorithm influenced
 by the GNU/Linux open(2) manpage, under the description of the O_EXCL option.