doit 0.30.3-2 source package in Ubuntu

Changelog

doit (0.30.3-2) unstable; urgency=medium

  * Deprecate and Break on py2 python-doit.
  * Point to proper Vcs-* URLs.

 -- Ulises Vitulli <email address hidden>  Sun, 06 Aug 2017 23:12:57 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.30.3-2.dsc 2.1 KiB 13254103beed6d7efd88f70e80f2a751bfb559ff138536d1be265a3b8d31119d
doit_0.30.3.orig.tar.gz 226.7 KiB 5a730fcac8edfd7766e71d03cbb1118851d0b51e6fa69b0fe1582cafd52c98ed
doit_0.30.3-2.debian.tar.xz 4.4 KiB ff95e6f74d14e40eb43272d3a5ed10a25f363c214fc6678b90c02b558eab54be

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.