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 57 58 59
|
Source: logilab-common
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5.3-1~), python3-all, python-setuptools, python3-setuptools
Build-Depends-Indep: dh-python, python-epydoc, graphviz, python-egenix-mxdatetime, python-unittest2, python-six, python3-six, python-tz, python3-tz
XS-Python-Version: all
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: https://www.logilab.org/project/logilab-common
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/logilab-common.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/logilab-common.git
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-six
Recommends: python-egenix-mxdatetime
Suggests: pyro, python-unittest2
Description: useful miscellaneous modules used by Logilab projects
logilab-common is a collection of low-level Python packages and modules,
A
designed to ease:
.
* handling command line options and configuration files
* writing interactive command line tools
* manipulation files and character strings
* interfacing to OmniORB
* generating SQL queries
* running unit tests
* manipulating tree structures
* accessing RDBMS (currently postgreSQL, MySQL and sqlite)
* generating text and HTML reports
* logging
* parsing XML processing instructions
Package: python3-logilab-common
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-six
#Recommends: python-egenix-mxdatetime
#Suggests: pyro, python-unittest2
Description: useful miscellaneous modules used by Logilab projects (Python3)
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 SQL queries
* running unit tests
* manipulating tree structures
* accessing RDBMS (currently postgreSQL, MySQL and sqlite)
* generating text and HTML reports
* logging
* parsing XML processing instructions
.
This package contains the Python 3 version of logilab-common.
|