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
|
Source: python-mode
Section: python
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: python-central (>= 0.5.6)
Standards-Version: 3.8.0
XS-Python-Version: current, >= 2.3
Homepage: https://launchpad.net/python-mode/
Vcs-Browser: http://git.onerussian.com/?p=deb/python-mode.git
Vcs-Git: http://git.onerussian.com/vcs/deb/python-mode.git
Package: python-mode
Architecture: all
Depends: ${python:Depends}, emacs22 | emacsen, pymacs (>= 0.22-6)
XB-Python-Version: ${python:Versions}
Conflicts: python1.5-elisp, python2.1-elisp, python2.2-elisp, python-elisp
Replaces: python1.5-elisp, python2.1-elisp, python2.2-elisp, python-elisp
Provides: python-elisp
Recommends: pychecker
Suggests: pylint, python-ropemacs
Description: Python mode for GNU Emacs and XEmacs
Provides a major mode for GNU Emacs and XEmacs to edit, debug, and develop
Python programs and doctests.
.
If you install this with XEmacs 21, it will replace the included
python-mode.el, which may or may not be a more recent version
(use "C-h v py-version" to compare).
.
Since this package automagically loads after Python mode shipped with
GNU emacs >= 22, installation of this package makes python-mode's
mode the default for editing Python code in emacs.
|