pymacs 0.23-1.2 source package in Ubuntu

Changelog

pymacs (0.23-1.2) unstable; urgency=low


  * Non-maintainer upload.
  * Convert to dh_python2. (Closes: #616970)

 -- Andrea Colangelo <email address hidden>  Fri, 28 Jun 2008 17:48:12 +0200

Upload details

Uploaded by:
Alexandre Fayolle
Uploaded to:
Sid
Original maintainer:
Alexandre Fayolle
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymacs_0.23-1.2.dsc 1.7 KiB c748109285826f2e5fc88944595af0c582bcb70a5c495576694716f8dd264efa
pymacs_0.23.orig.tar.gz 90.0 KiB eb419e307c9670ac5ad76de44c8803bd91ff0a1a8d6b6035fa4d0427a85f5163
pymacs_0.23-1.2.diff.gz 4.2 KiB ec3234d876ce25abcfa6e213bf972b5d75046ba5cb87435503359dfee37f8589

No changes file available.

Binary packages built by this source

pymacs: interface between Emacs Lisp and Python

 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.