File: control

package info (click to toggle)
locket 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 449; makefile: 30; sh: 8
file content (25 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (2)
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
Source: locket
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-spur
Standards-Version: 4.6.1
Homepage: https://github.com/mwilliamson/locket.py
Vcs-Git: https://salsa.debian.org/python-team/packages/locket.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/locket
Rules-Requires-Root: no

Package: python3-locket
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: File-based locks for Python 3 for Linux and Windows
 Locket implements a lock that can be used by multiple processes
 provided they use the same path.
 .
 This contains the Python 3 version