File: control

package info (click to toggle)
python-mode 1%3A6.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,032 kB
  • sloc: lisp: 28,389; python: 781; sh: 72; makefile: 43
file content (44 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download | duplicates (2)
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-mode
Section: python
Priority: optional
Maintainer: Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
Standards-Version: 3.9.8
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.2
Homepage: https://launchpad.net/python-mode/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-mode.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-mode.git/

Package: python-mode
Architecture: all
Depends: emacsen-common (>= 2.0.8),
         ${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.