emacs-buttercup 1.26-4 source package in Ubuntu

Changelog

emacs-buttercup (1.26-4) unstable; urgency=medium

  * Remove native compilation workarounds; rely on emacs doing the right
    thing. This requires a versioned dependence on emacs.

 -- David Bremner <email address hidden>  Sat, 14 Jan 2023 13:40:38 -0400

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-buttercup_1.26-4.dsc 2.1 KiB 4231069416953dd85b40310f2c520178f85ad9ca03522474fbc543e1289078cb
emacs-buttercup_1.26.orig.tar.gz 85.5 KiB ef4cf221fff033c7f9c4e78fdef832d05561bc509339e2802b001c604a2f55e5
emacs-buttercup_1.26-4.debian.tar.xz 11.1 KiB 0bbd7b28cbc61f04f667a0726b8239815f8cd9c555ed17479821474638deb43b

Available diffs

No changes file available.

Binary packages built by this source

elpa-buttercup: behaviour-driven testing for Emacs Lisp packages

 Buttercup is a behavior-driven development framework for testing
 Emacs Lisp code. It allows the programmer to group related tests so
 they can share common set-up and tear-down code, and it allows the
 programmer to spy on functions to ensure they are called with the
 right arguments during testing.
 .
 The testing framework is inspired by the Jasmine JavaScript test framework.