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

Package: python3-backports-cached-property
Architecture: all
Description: Python 3.8 functools.cached_property backport to python 3.6
 Python 3.8 adds great descriptor to functools: cached\_property.
 Technically all required APIs was available since python 3.6, but it is
 what it is. This package is a backport of this functionality for python
 3.6 and 3.7.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-typing-extensions (>= 3.6),
