File: control

package info (click to toggle)
python-fasteners 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 195
  • sloc: python: 1,003; makefile: 36
file content (55 lines) | stat: -rw-r--r-- 2,061 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
46
47
48
49
50
51
52
53
54
55
Source: python-fasteners
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-concurrent.futures,
                     python-monotonic,
                     python-nose,
                     python-six,
                     python-sphinx-rtd-theme,
                     python-testtools,
                     python3-monotonic,
                     python3-nose,
                     python3-six,
                     python3-testtools,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-fasteners?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-fasteners -b debian/newton
Homepage: https://github.com/harlowja/fasteners

Package: python-fasteners
Architecture: all
Depends: python-monotonic,
         python-six,
         ${misc:Depends},
         ${python:Depends},
Description: provides useful locks - Python 2.7
 Fasteners is a Python package that provides useful locks. It includes locking
 decorator (that acquires instance objects lock(s), acquires on method entry
 and releases on method exit), reader-writer locks, inter-process locks and
 generic lock helpers.
 .
 This package contains the Python 2.7 module.

Package: python3-fasteners
Architecture: all
Depends: python3-monotonic,
         python3-six,
         ${misc:Depends},
         ${python3:Depends},
Description: provides useful locks - Python 3.x
 Fasteners is a Python package that provides useful locks. It includes locking
 decorator (that acquires instance objects lock(s), acquires on method entry
 and releases on method exit), reader-writer locks, inter-process locks and
 generic lock helpers.
 .
 This package contains the Python 3.x module.