Source: python-hacking
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>,
           Clint Adams <clint@debian.org>,
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-pbr (>= 0.6),
               python-setuptools,
               python3-all (>= 3.2),
               python3-pbr (>= 0.6),
               python3-setuptools,
Build-Depends-Indep: pyflakes (>= 0.8.1),
                     python-coverage (>= 3.6),
                     python-fixtures (>= 0.3.14),
                     python-flake8 (>= 2.2.2),
                     python-oslosphinx,
                     python-sphinx (<< 1.3),
                     python-sphinx (>= 1.2.1),
                     python-subunit (>= 0.0.18),
                     python-testrepository (>= 0.0.18),
                     python-testscenarios (>= 0.4),
                     python-testtools (>= 0.9.34),
                     subunit,
                     testrepository (>= 0.0.18),
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-hacking.git
Vcs-Git: git://anonscm.debian.org/openstack/python-hacking.git
Homepage: http://github.com/openstack-dev/hacking

Package: python-hacking
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: pep8 (>= 1.5.7),
         pyflakes (>= 0.8.1),
         python-flake8 (>= 2.2.2),
         python-pbr (>= 0.6),
         python-six (>= 1.6.0),
         ${misc:Depends},
         ${python:Depends},
Recommends: ${python:Recommends},
Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 2.x
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the Python 2.x module.

Package: python3-hacking
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: pep8 (>= 1.5.7),
         pyflakes (>= 0.7.2),
         python3-flake8 (>= 2.2.2),
         python3-pbr (>= 0.6),
         python3-pep8 (>= 1.5.7),
         python3-six (>= 1.6.0),
         ${misc:Depends},
         ${python:Depends},
Recommends: ${python3:Recommends},
Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the Python 3.x module.

Package: python-hacking-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - doc
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the documentation.
