File: control

package info (click to toggle)
python-functools32 3.2.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 204 kB
  • ctags: 339
  • sloc: python: 1,822; makefile: 28; sh: 4
file content (21 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-functools32
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
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).