File: control

package info (click to toggle)
python-mode 1%3A6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,440 kB
  • ctags: 3,272
  • sloc: lisp: 32,583; sh: 1,418; python: 757; makefile: 41
file content (32 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download
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
Source: python-mode
Section: python
Priority: optional
Maintainer: Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.5
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.2
Homepage: https://launchpad.net/python-mode/
Vcs-Browser: http://bazaar.launchpad.net/~barry/python-mode/debian/files
Vcs-Bzr: https://code.launchpad.net/~barry/python-mode/debian

Package: python-mode
Architecture: all
Depends: emacs | emacsen, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Conflicts: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Replaces: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Provides: python-elisp
Recommends: pychecker, pymacs (>= 0.22-6)
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.