pymacs 0.23-1.1 source package in Ubuntu

Changelog

pymacs (0.23-1.1) unstable; urgency=low

  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490489.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  05 Nov 2008 10:46:46 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Alexandre Fayolle
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymacs_0.23.orig.tar.gz 90.0 KiB eb419e307c9670ac5ad76de44c8803bd91ff0a1a8d6b6035fa4d0427a85f5163
pymacs_0.23-1.1.diff.gz 4.1 KiB 8941bc2249afe5f6f2870902521e7555bc2d4b6dcc012b1ac101702952fca4d9
pymacs_0.23-1.1.dsc 1.1 KiB e07307493a5fa43ec8ec35265e57fec84148273ff12223ed949e6ae368a92f81

Available diffs

View changes file

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.