doit 0.36.0-1 source package in Ubuntu

Changelog

doit (0.36.0-1) unstable; urgency=medium

  [ Iñaki Malerba ]
  * New upstream version 0.36.0. Closes: #1042459.

  [ Drew Parsons ]
  * move doit to the Debian Python Team
  * add debian patches
    - doc_theme_no_press.patch drops unmaintained press
      theme (which breaks dh_sphinxdoc) and uses default rtd theme
      Build-Depends: python3-sphinx-rtd-theme
      not python3-sphinx-press-theme
    - doc_privacy.patch replaces node-html5shiv external link with
      link to local file. doc Suggests: node-html5shiv
    - doc_fix_toplevel_links.patch fixes relative href paths to local
      doc files
  * run build-time and runtime tests with pytest, skipping
    test_execute, test_dep, test_target (which require doit-py, not
    packaged for debian). Drop debian/tests/unittests (also requires
    doit-py)
  * mark debian/tests/version as superficial. Closes: #971463.
  * use doit script to create man page to avoid .sh suffix in help text.
    Add whatis entry to man page: "build-tools to execute any kind of
    task".  Use -N to drop texinfo reference. Closes: #944814.
  * update debian/watch to latest format (v4)
  * debhelper compatibility level 13
    Build-Depends: debhelper-compat (= 13)
  * Standards-Version: 4.6.2
  * exclude .gitignore from dh_installexamples (it is found in
    doc/samples in the upstream tarball)

 -- Drew Parsons <email address hidden>  Sun, 14 Jan 2024 00:36:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.36.0-1.dsc 2.3 KiB ede25e2ca2667dd1adae56680b7c42f9bd882950690373d2135746a632fcf026
doit_0.36.0.orig.tar.gz 1.4 MiB bec1606a69233a9ac5912376c279553d43c68346f7a50d5e2ab5ad12195d8c19
doit_0.36.0-1.debian.tar.xz 7.0 KiB 1b8b2dec4c77ed2d03347489e2df0f4404e7107c26337839e551fb0fc6b3bf7c

Available diffs

No changes file available.

Binary packages built by this source

python-doit-doc: Automation tool for executing any kind of task in a build-tools fashion - doc

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This package contains API documentation and examples.

python3-doit: Automation tool (Python3) to execute any kind of task in a build-tools fashion

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This is the Python 3 version of the package.