Source: backports.functools-lru-cache
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10),
               dh-python (>= 3.20190308~),
               pypy,
               pypy-setuptools,
               pypy-setuptools-scm,
               python-all,
               python-setuptools,
               python-setuptools-scm
Standards-Version: 4.3.0
Homepage: https://github.com/jaraco/backports.functools_lru_cache
Vcs-Git: https://salsa.debian.org/python-team/modules/backports.functools-lru-cache.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/backports.functools-lru-cache
Rules-Requires-Root: no

Package: python-backports.functools-lru-cache
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: backport of functools.lru_cache from Python 3.3 to Python 2
 Backport of functools.lru_cache from Python 3.3 as published at ActiveState:
 <http://code.activestate.com/recipes/578078/>
 .
 This package provides functools.lru_cache to Python 2.

Package: pypy-backports.functools-lru-cache
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}, pypy (>= 7.0.0+dfsg-3~)
Recommends: ${pypy:Recommends}
Suggests: ${pypy:Suggests}
Description: backport of functools.lru_cache from Python 3.3 to PyPy
 Backport of functools.lru_cache from Python 3.3 as published at ActiveState:
 <http://code.activestate.com/recipes/578078/>
 .
 This package provides functools.lru_cache to the Python 2 pypy.
