File: control

package info (click to toggle)
decoratortools 1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • sloc: python: 667; makefile: 12
file content (38 lines) | stat: -rw-r--r-- 1,539 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
Source: decoratortools
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               python-all,
               python-nose,
               python-setuptools (>= 0.6.14),
               dh-python
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/DecoratorTools/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/decoratortools/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/decoratortools/trunk/
XS-Python-Version: >= 2.5

Package: python-peak.util.decorators
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Replaces: python-decoratortools (<< 1.8-2)
Breaks: python-decoratortools (<< 1.8-2)
Description: version-agnostic decorators support for Python
 DecoratorTools provides decorator facilities for Python 2.3 and above. It
 provides class and function decorators as well as support for decorating
 arbitrary assignments, synchronized methods, and more.
 .
 DecoratorTools is part of the PEAK (Python Enterprise Architecture Kit)
 framework and provides the peak.util.decorators module.

Package: python-decoratortools
Architecture: all
Depends: ${misc:Depends},
         python-peak.util.decorators (>= 1.8-2)
Description: transitional dummy package for python-peak.util.decorators
 This is a dummy package for transition from python-decoratortools to
 python-peak.util.decorators.
 .
 It can be safely removed.