Source: python-sure
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>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-nose,
               python-rednose (>= 0.4.1),
               python-setuptools,
               python-six,
               python3-six,
               python3-all (>= 3.2),
               python3-nose,
               python3-rednose (>= 0.4.1),
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-sure.git
Vcs-Git: git://anonscm.debian.org/openstack/python-sure.git
Homepage: http://github.com/gabrielfalcao/sure

Package: python-sure
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-six,
         python-nose,
         python-rednose (>= 0.4.1),
         ${misc:Depends},
         ${python:Depends}
Description: utility belt for automated testing - Python 2.x
 Sure is a library for Python that leverages a DSL for writing assertions. In
 CPython it monkey-patches the object type, adding some methods and properties
 purely for test purposes. Any Python code writen after "import sure" gains
 testing superpowers.
 .
 This package contains the module for Python 2.x.

Package: python3-sure
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-six,
         python3-nose,
         python3-rednose (>= 0.4.1),
         ${misc:Depends},
         ${python3:Depends}
Description: utility belt for automated testing - Python 3.x
 Sure is a library for Python that leverages a DSL for writing assertions. In
 CPython it monkey-patches the object type, adding some methods and properties
 purely for test purposes. Any Python code writen after "import sure" gains
 testing superpowers.
 .
 This package contains the module for Python 3.x.
