Source: python-cachetools
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/tkem/cachetools/tags
Vcs-Browser: https://github.com/alvistack/tkem-cachetools
Vcs-Git: https://github.com/alvistack/tkem-cachetools.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-cachetools
Architecture: all
Description: Extensible memoizing collections and decorators
 This module provides various memoizing collections and decorators,
 including a variant of the Python 3 Standard Library @lru_cache
 function decorator.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
