Source: configparser
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: python-all,
 python-setuptools,
 python-sphinx (>= 1.0.7+dfsg),
Standards-Version: 4.2.0
Homepage: https://bitbucket.org/ambv/configparser
Vcs-Git: https://salsa.debian.org/debian/configparser.git
Vcs-Browser: https://salsa.debian.org/debian/configparser

Package: python-configparser
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Description: backport of the enhanced config parser introduced in Python 3.2
 The ancient ConfigParser module available in the standard library 2.x has
 seen a major update in Python 3.2. This is a backport of those changes so
 that they can be used directly in Python 2.7.
