elpa-snakemake 2.0.0+git20231210.4ad41da-1 source package in Ubuntu

Changelog

elpa-snakemake (2.0.0+git20231210.4ad41da-1) unstable; urgency=medium

  [ Xiyue Deng ]
  * Team upload
  * Sync to latest upstream snapshot (4ad41da) (Closes: #1068956)
  * Disable autopkgtest as the ERT tests require a writable $HOME
  * Modernize d/watch with substitute strings to be more robust
  * Add a version header in snakemake.el to workaround dh-elpa upstream
    version handling limitation
  * d/control: Trim trailing whitespace
  * Set upstream metadata fields: Repository
  * Update standards version to 4.7.0, no changes needed

 -- Sean Whitton <email address hidden>  Mon, 15 Apr 2024 08:54:12 +0800

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
elpa-snakemake_2.0.0+git20231210.4ad41da-1.dsc 2.3 KiB 1cec4990eba5e46100095c543087aa5129800fc13932eef4523c4c5c5a1f46ed
elpa-snakemake_2.0.0+git20231210.4ad41da.orig.tar.xz 27.1 KiB 0815f42097609cf1be44dcb7121b1a604c9826b901e441d499c4215bda3d4a88
elpa-snakemake_2.0.0+git20231210.4ad41da-1.debian.tar.xz 3.0 KiB c002b3d96e120616d47f1ef7f3759986be3bc67a248cb6abc4424d3af1d538c9

No changes file available.

Binary packages built by this source

elpa-snakemake: Run Snakemake workflows from Emacs

 This package provides a Transient interface for calling
 Snakemake. The main entry point is the `snakemake' command,
 which you should consider giving a global key binding.

elpa-snakemake-mode: provides syntax highlighting for snakekmake files in emacs

 Snakemake mode provides support for editing Snakemake files. It
 builds on Python mode to provide fontification, indentation, and
 imenu indexing for Snakemake's rule blocks.
 .
 See also elpa-snakemake which provides an interface for running
 Snakemake commands.
 .
 elpa-snakemake-mode also includes support for highlighting embedded R
 code. See the snakemake-mode-setup-mmm function documentation for
 how.