pymacs 0.25-2build1 source package in Ubuntu

Changelog

pymacs (0.25-2build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:40:33 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymacs_0.25.orig.tar.gz 117.7 KiB bcb1af7f55c5a4c050f41413e54d7d1f3c9bf8febebd99792f4aa45cd8f41c8f
pymacs_0.25-2build1.debian.tar.xz 18.4 KiB 391b6e787bd59253a51210eb76ba1bc7aca7aa2f85e5a6e00dc22a0d62708106
pymacs_0.25-2build1.dsc 2.0 KiB 94b5f53c05e9c1aeb978da8055b85bfa07755cd4a16730aea200ae9b528458c5

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.