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