Source: python-cliff
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 8~), python (>= 2.6.5~),
 python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), python-nose,
 python-cmd2, python-prettytable, python-pyparsing, python-mock
# python3 (>= 3.1.3-2~), python3-setuptools, 
Standards-Version: 3.9.3
Homepage: https://github.com/dreamhost/cliff
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-cliff/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cliff/trunk

Package: python-cliff
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-cliff-doc (=${binary:Version})
Description: command line interface formulation framework
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the Python2 version of the package.

#Package: python3-cliff
#Architecture: all
#Depends: ${python:Depends}, ${misc:Depends}
#Recommends: python-cliff-doc (=${binary:Version}
#Description: command line interface formulation framework
# Cliff is a framework for building command line programs. It uses plugins to
# define sub-commands, output formatters, and other extensions.
# .
# The cliff framework is meant to be used to create multi-level commands such as
# subversion and git, where the main program handles some basic argument parsing
# and then invokes a sub-command to do the work.
# .
# This is the Python3 version of the package.

Package: python-cliff-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-sphinxdoc
Description: command line interface formulation framework documentation
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the documentation of python-cliff.
