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
  
     | 
    
      Source: python-fasteners
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,
 python3-sphinx,
Build-Depends-Indep:
 python3-diskcache,
 python3-eventlet,
 python3-monotonic,
 python3-more-itertools,
 python3-pytest,
 python3-pytest-xdist,
 python3-sphinx-rtd-theme,
 python3-testtools,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-fasteners
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-fasteners.git
Homepage: https://github.com/harlowja/fasteners
Package: python3-fasteners
Architecture: all
Depends:
 python3-monotonic,
 ${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.
 
     |