Source: python-functools32 Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python-all, Standards-Version: 3.9.6 Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-functools32?h=debian%2Fnewton Vcs-Git: https://git.openstack.org/openstack/deb-python-functools32 -b debian/newton Homepage: https://github.com/MiCHiLU/python-functools32 Package: python-functools32 Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Backport of the functools module from Python 3.2.3 to Python 2.7 This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).