doit 0.31.1-3.1 source package in Ubuntu

Changelog

doit (0.31.1-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Source-only upload to allow testing migration.

  [ Michael Hudson-Doyle ]
  * d/tests/unittests: Pass --no-warn-script-location to pip to suppress
    warning on stderr. (Closes: #944701)

 -- Boyuan Yang <email address hidden>  Fri, 15 Nov 2019 14:02:13 -0500

Upload details

Uploaded by:
Agustin Henze
Uploaded to:
Sid
Original maintainer:
Agustin Henze
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.31.1-3.1.dsc 2.2 KiB 9a993f76ac1e3649ab71e9d2c485d0b46d1f1a780806b02ab6dc682cdfd2d83a
doit_0.31.1.orig.tar.gz 238.1 KiB b3e2c0ed09d6809c7d0e08dea277ddd4988c9ea2258fd62976d0b0fd7a22d606
doit_0.31.1-3.1.debian.tar.xz 5.9 KiB 9427f4872304289b65fb0479d889f64b267284beef46fcd3704d626af3b1a365

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.