1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: codespeak-lib
Section: python
Priority: optional
Maintainer: Guilherme Salgado <salgado@async.com.br>
Build-Depends: python-all-dev (>= 2.3.5-10), python-central (>= 0.4.17), debhelper (>= 5.0.37.1), dpatch
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-codespeak-lib
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Conflicts: python-pylib, python2.3-codespeak-lib, python2.4-codespeak-lib
Replaces: python-pylib, python2.3-codespeak-lib, python2.4-codespeak-lib
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: The pylib library containing py.test, greenlets and other niceties
It includes py.test, whose focues is to get a test environment that's easier
to use than the existing ones, py.xml ("a fast'n'easy way to generate
xml/html documents"), py.magic.greenlet ("Lightweight in-process concurrent
programming") and a lot more features. For a complete list, check
http://codespeak.net/py/
|