Differences between revisions 20 and 22 (spanning 2 versions)
Revision 20 as of 2010-02-26 11:06:43
Size: 1971
Editor: ?techtonik
Comment: problem with stripped tests
Revision 22 as of 2010-07-13 08:51:59
Size: 2221
Editor: HenriLeFoll
Comment: add information from Python3
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * Python 3.1 is in [[DebianPts:python3.1|testing]]
 * Python 2.7 is in [[DebianPts:python2.7|experimental]]
 * Python 2.6 is in [[DebianPts:python2.6|testing]]
 * Python 2.5 is in [[DebianPts:python2.5|stable and testing]]
 * Python 2.4 is in [[DebianPts:python2.4|Lenny]]
Line 37: Line 43:
 
Line 42: Line 47:
 * [[DebianPython/BSP]]
 
 

Python in Debian

Within the Debian project Python packages are maintained by individual developers and three main teams :

There are also :

Supported Python Versions

Debian's latest release Lenny contains multiple Python versions: 2.5 (the default) and 2.4.

?Python 2.6 as default is a goal for squeeze

Debian Python Policy for Python developers

The Debian Python Policy describes conventions for packaging and distributing Python code in Debian.

The official text is located at http://www.debian.org/doc/packaging-manuals/python-policy/.

Feel free to ask any questions on debian-python@l.d.o mailing list and contribute to ?DebianPython/Tutorial.

if you want to maintain a Python package, you have to know how the Debian Development works.

Current problems

  • Tests from distributed packages are usually stripped, so it is not possible for user to run them to ensure that package works as expected. This assumes that package maintainers run tests for all possible system configurations. This also makes troubleshooting harder.

See also