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
|
Source: python-unit
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>> 3.0.0), python2.1-dev, python2.2-dev
Maintainer: Jerome Marant <jerome@debian.org>
Standards-Version: 3.5.6
Package: python-unit
Architecture: all
Depends: python (>= 2.1), python (<< 2.2), python2.1-unit
Description: PyUnit -- Unit test framework for Python [dummy package]
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is an empty dummy package that always depends on
a package built for Debian's default Python version.
.
http://pyunit.sourceforge.net
Package: python2.1-unit
Architecture: all
Depends: python2.1
Description: PyUnit -- Unit test framework for Python (2.1.x)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is built for Python 2.1.x.
.
http://pyunit.sourceforge.net
Package: python2.2-unit
Architecture: all
Depends: python2.2
Description: PyUnit -- Unit test framework for Python (2.2.x)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is built for Python 2.2.x.
.
http://pyunit.sourceforge.net
|