pymacs 0.25-4 source package in Ubuntu

Changelog

pymacs (0.25-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Fix day-of-week for changelog entries 0.23-1.2, 0.21-3.
  * Update standards version to 4.5.0, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + pymacs: Drop versioned constraint on emacsen-common in Depends.
    + pymacs: Drop versioned constraint on pymacs in Replaces.
    + pymacs: Drop versioned constraint on pymacs in Breaks.

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 21:32:53 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymacs_0.25-4.dsc 1.9 KiB a6279b3e955f4325921050a6bf267a54b9189233dd6c7dc10012d48b6767c05a
pymacs_0.25.orig.tar.gz 117.7 KiB bcb1af7f55c5a4c050f41413e54d7d1f3c9bf8febebd99792f4aa45cd8f41c8f
pymacs_0.25-4.debian.tar.xz 18.9 KiB a1dd173090363237cef1facea8843014c49f7ddb4e97cc263c2ce524e27f3224

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.