1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
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.
|