pymacs 0.25-5 source package in Ubuntu

Changelog

pymacs (0.25-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-all.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 18:13:33 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymacs_0.25-5.dsc 1.9 KiB 3ec9e36291c38a854c480d5c219966f38942f3ca4f624a7568a6e1f69f9f1643
pymacs_0.25.orig.tar.gz 117.7 KiB bcb1af7f55c5a4c050f41413e54d7d1f3c9bf8febebd99792f4aa45cd8f41c8f
pymacs_0.25-5.debian.tar.xz 19.0 KiB 51d06a7f258f52e4365c1d5c1585e4613ab07e3f435c5437878f8b5cc175623a

Available diffs

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.