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

Package: python3-repoze.lru
Architecture: all
Description: Tiny LRU cache
 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache
 faster than keys and values that are used frequently.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
