File: control

package info (click to toggle)
cached-property 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • sloc: python: 264; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 1,382 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: cached-property
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
 debhelper (>= 9),
 dh-python (>= 1.20130901-1~),
 python,
 python-freezegun,
 python3-freezegun,
 python-setuptools,
 python3,
 python3-setuptools,
Standards-Version: 3.9.7
Homepage: https://github.com/pydanny/cached-property
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/cached-property.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/cached-property.git
X-Python-Version: >= 2.6

Package: python-cached-property
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Description: Provides cached-property for decorating methods in classes (Python 2)
 This Python module
  * makes caching of time or computational expensive properties quick and easy.
  * is simple to use.
  * works in Python 2 and 3.
 .
 This package is targeting Python version 2.

Package: python3-cached-property
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: Provides cached-property for decorating methods in classes (Python 3)
 This Python module
  * makes caching of time or computational expensive properties quick and easy.
  * is simple to use.
  * works in Python 2 and 3.
 .
 This package is targeting Python version 3.