File: control

package info (click to toggle)
python-sherlock 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 2,008; makefile: 162
file content (40 lines) | stat: -rw-r--r-- 1,123 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
Source: python-sherlock
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-setuptools,
Build-Depends-Indep:
 python3-etcd,
 python3-filelock,
 python3-kubernetes (>= 24.2.0),
 python3-pylibmc,
 python3-pytest,
 python3-redis,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-sherlock
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-sherlock.git
Homepage: https://github.com/py-sherlock/sherlock

Package: python3-sherlock
Architecture: all
Depends:
 python3-etcd,
 python3-filelock,
 python3-kubernetes (>= 24.2.0),
 python3-pylibmc,
 python3-redis,
 ${misc:Depends},
 ${python3:Depends},
Description: distributed inter-process locks with a choice of backend
 Sherlock is a library that provides easy-to-use distributed inter-process
 locks and also allows you to choose a backend of your choice for lock
 synchronization.