doit 0.36.0-2 source package in Ubuntu

Changelog

doit (0.36.0-2) unstable; urgency=medium

  * Team upload
  * remove old extraneous dependencies on python3-mock & python3-six
  * Rules-Requires-Root: no

  [ Drew Parsons ]
  * mark python-doit-doc as Multi-Arch: foreign

 -- Alexandre Detiste <email address hidden>  Sun, 11 Feb 2024 23:07:12 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.36.0-2.dsc 2.3 KiB 1e16aea5b3df24fac330560356c0059fb5f203ead8e2ced862ff14ba90bdbb7d
doit_0.36.0.orig.tar.gz 1.4 MiB bec1606a69233a9ac5912376c279553d43c68346f7a50d5e2ab5ad12195d8c19
doit_0.36.0-2.debian.tar.xz 7.1 KiB d6adfa774f752f54086d93cce2dedc010233aa9f97ada842070815269d14823d

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.