doit 0.31.1-3ubuntu1 source package in Ubuntu

Changelog

doit (0.31.1-3ubuntu1) focal; urgency=medium

  * d/tests/unittests: Pass --no-warn-script-location to pip to suppress
    warning on stderr.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 14 Nov 2019 15:29:40 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.31.1.orig.tar.gz 238.1 KiB b3e2c0ed09d6809c7d0e08dea277ddd4988c9ea2258fd62976d0b0fd7a22d606
doit_0.31.1-3ubuntu1.debian.tar.xz 6.0 KiB a9fde04db51328cbcd90fae6b9b3c93bd3483257bdc79360cbcd9659fbe49aa3
doit_0.31.1-3ubuntu1.dsc 2.3 KiB 9e5b2d8cd058dfb743b46e1ee0d4bc1085414b67ada71ebe461b287e6cdd0f4a

View changes file

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.