| 1 |
Source: zope.cachedescriptors
|
| 2 |
Section: python
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Brian Sutherland <brian@vanguardistas.net>, Fabio Tranchitella <kobold@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
|
| 7 |
Standards-Version: 3.8.3
|
| 8 |
XS-Python-Version: all
|
| 9 |
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.cachedescriptors/trunk
|
| 10 |
|
| 11 |
Package: python-zope.cachedescriptors
|
| 12 |
Architecture: all
|
| 13 |
Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
|
| 14 |
Recommends: ${pydeb:Recommends}
|
| 15 |
Provides: ${pydeb:Provides}, ${python:Provides}
|
| 16 |
Suggests: ${pydeb:Suggests}
|
| 17 |
Conflicts: zope3
|
| 18 |
XB-Python-Version: ${python:Versions}
|
| 19 |
Description: Method and property caching decorators
|
| 20 |
Cached descriptors cache their output. They take into account instance
|
| 21 |
attributes that they depend on, so when the instance attributes change, the
|
| 22 |
descriptors will change the values they return.
|