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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: pymacs
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), python2.1-dev, python2.2-dev, python2.3-dev, python
Standards-Version: 3.6.1
Package: pymacs
Architecture: all
Replaces: python-pymacs
Conflicts: python-pymacs
Depends: python (>= 2.3), python (<< 2.4), python2.3-pymacs (>= ${Source-Version})
Description: interface between Emacs Lisp and Python [dummy package]
Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python. Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design
choices. Within Emacs Lisp code, one may load and use Python
modules. Python functions may themselves use Emacs services, and
handle Emacs Lisp objects kept in Emacs Lisp space.
.
Homepage: http://pymacs.progiciels-bpi.ca/
.
This package contains the pymacs documentation in pdf and ps format
but is otherwise an empty dummy package that always depends on a
package built for Debian's default Python version.
Package: pymacs-elisp
Architecture: all
Depends: emacsen-common
Description: emacsen lisp modules for pymacs
Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python. Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design
choices. Within Emacs Lisp code, one may load and use Python
modules. Python functions may themselves use Emacs services, and
handle Emacs Lisp objects kept in Emacs Lisp space.
.
Homepage: http://pymacs.progiciels-bpi.ca/
.
This package contains the Lisp code required by pymacs.
Package: python2.1-pymacs
Architecture: all
Depends: python2.1, pymacs-elisp (>= ${Source-Version})
Description: interface between Emacs Lisp and Python [built for python2.1]
Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python. Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design
choices. Within Emacs Lisp code, one may load and use Python
modules. Python functions may themselves use Emacs services, and
handle Emacs Lisp objects kept in Emacs Lisp space.
.
The documentation is available in the pymacs package
.
Homepage: http://pymacs.progiciels-bpi.ca/
.
This package is built with Python 2.1.
Package: python2.2-pymacs
Architecture: all
Depends: python2.2, pymacs-elisp (>= ${Source-Version})
Description: interface between Emacs Lisp and Python [built for python2.2]
Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python. Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design
choices. Within Emacs Lisp code, one may load and use Python
modules. Python functions may themselves use Emacs services, and
handle Emacs Lisp objects kept in Emacs Lisp space.
.
The documentation is available in the pymacs package
.
Homepage: http://pymacs.progiciels-bpi.ca/
.
This package is built with Python 2.2.
Package: python2.3-pymacs
Architecture: all
Depends: python2.3, pymacs-elisp (>= ${Source-Version})
Description: interface between Emacs Lisp and Python [built for python2.3]
Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python. Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design
choices. Within Emacs Lisp code, one may load and use Python
modules. Python functions may themselves use Emacs services, and
handle Emacs Lisp objects kept in Emacs Lisp space.
.
The documentation is available in the pymacs package
.
Homepage: http://pymacs.progiciels-bpi.ca/
.
This package is built with Python 2.3.
|