summaryrefslogtreecommitdiff
path: root/debian/control
blob: 82061a3c956fe4351cc7f94520d304e4621f4c2f (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: logilab-common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: David Douard <david.douard@logilab.fr>,
	   Alexandre Fayolle <afayolle@debian.org>,
	   Sandro Tosi <morph@debian.org>,
	   Adrien Di Mascio <Adrien.DiMascio@logilab.fr>,
	   Nicolas Chauvat <nicolas.chauvat@logilab.fr>,
Build-Depends:
 debhelper (>= 7),
 python (>= 2.6),
 python-unittest2 | python (>= 2.7),
 python-epydoc,
 python-six (>= 1.4.0),
 graphviz,
 python-egenix-mxdatetime,
XS-Python-Version: >= 2.6
Standards-Version: 3.9.1
Homepage: http://www.logilab.org/project/logilab-common
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/logilab-common/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-common/trunk/

Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
Depends:
 python-six (>= 1.4.0),
 ${python:Depends},
 ${misc:Depends},
Suggests: pyro, python-unittest2, python-kerberos
Recommends: python-egenix-mxdatetime
Conflicts:
 python-constraint (<= 0.3.0-4),
 python-logilab-astng (<= 0.16.0-1),
 pylint (<< 1),
 devtools (<= 0.9.0-1),
 logilab-doctools (<= 0.1.6-4),
 python-logilab-aspects (<= 0.1.4-2),
 python2.3-logilab-common,
 python2.4-logilab-common,
 cubicweb-server (<< 3.6.0-1),
Description: useful miscellaneous modules used by Logilab projects
 logilab-common is a collection of low-level Python packages and modules,
 designed to ease:
 .
  * handling command line options and configuration files
  * writing interactive command line tools
  * manipulation files and character strings
  * interfacing to OmniORB
  * generating of SQL queries
  * running unit tests
  * manipulating tree structures
  * accessing RDBMS (currently postgreSQL, MySQL and sqlite)
  * generating text and HTML reports
  * logging