Source: python-positional
Section: python
Priority: optional
Maintainer: dtrishkin <dtrsihkin@mirantis.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-pbr (>= 1.6),
               python-setuptools,
               python-sphinx (>= 1.1.2),
               python3-all,
               python3-pbr (>= 1.6),
               python3-setuptools,
Build-Depends-Indep: python-coverage (>= 3.6),
                     python-fixtures (>= 1.3.1),
                     python-hacking (>= 0.10.0),
                     python-oslosphinx,
                     python-testrepository (>= 0.0.18),
                     python-testresources (>= 0.2.4),
                     python-testtools (>= 1.4.0),
                     python3-coverage (>= 3.6),
                     python3-fixtures (>= 1.3.1),
                     python3-hacking (>= 0.10.0),
                     python3-testrepository (>= 0.0.18),
                     python3-testresources (>= 0.2.4),
                     python3-testtools (>= 1.4.0),
Standards-Version: 3.9.4
Homepage: https://github.com/morganfainberg/positional
#Vcs-Git: git://git.debian.org/collab-maint/positional.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/positional.git;a=summary

Package: python-positional
Architecture: any
Depends: python-pbr (>= 1.6),
         ${python:Depends},
         ${misc:Depends}
Description: A decorator which enforces only some args may be passed positionally.
 Positional provides a decorator which enforces only some args may be passed positionally.
 The idea and some of the code was taken from the oauth2 client of the google-api client.
 .
 This package contains the Python 2.x module.

Package: python3-positional
Architecture: any
Depends: python3-pbr (>= 1.6),
         ${python:Depends},
         ${misc:Depends}
Description: A decorator which enforces only some args may be passed positionally.
 Positional provides a decorator which enforces only some args may be passed positionally.
 The idea and some of the code was taken from the oauth2 client of the google-api client.
 .
 This package contains the Python 3.x module.

Package: python-positional-doc
Architecture: any
Depends: ${python:Depends},
         ${misc:Depends}
Description: A decorator which enforces only some args may be passed positionally.
 Positional provides a decorator which enforces only some args may be passed positionally.
 The idea and some of the code was taken from the oauth2 client of the google-api client.
 .
 This package contains the documentation for the client.
