Source: python-darts.lib.utils.lru
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/darts.util.lru
Vcs-Git: git://anonscm.debian.org/collab-maint/python-darts.lib.utils.lru.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-darts.lib.utils.lru.git

Package: python-darts.lib.utils.lru
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-darts.lib.utils.lru-doc
Description: Simple dictionary with LRU behaviour in Python2
 An LRUDict is basically a simple dictionary, which has a defined maximum
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 The class SynchronizedLRUDict, which exposes the same interface as plain
 LRUDict, but fully thread-safe.
 .
 This is the Python 2 version of the package.

Package: python3-darts.lib.utils.lru
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-darts.lib.utils.lru-doc
Description: Simple dictionary with LRU behaviour in Python3
 An LRUDict is basically a simple dictionary, which has a defined maximum
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 The class SynchronizedLRUDict, which exposes the same interface as plain
 LRUDict, but fully thread-safe.
 .
 This is the Python 3 version of the package.

Package: python-darts.lib.utils.lru-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Simple dictionary with LRU behaviour in Python (common documentation)
 An LRUDict is basically a simple dictionary, which has a defined maximum
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 The class SynchronizedLRUDict, which exposes the same interface as plain
 LRUDict, but fully thread-safe.
 .
 This is the common documentation package.
