doit 0.36.0-3 source package in Ubuntu

Changelog

doit (0.36.0-3) unstable; urgency=medium

  * Team upload
  * Remove old extraneous dependency on python3-pyinotify (Closes: #1075950)

 -- Alexandre Detiste <email address hidden>  Mon, 08 Jul 2024 13:56:31 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.36.0-3.dsc 2.3 KiB 6dc7c654bf36144c94e468591a0a7dd9fc8a4cb6a0a4dede23a180a70cf0653c
doit_0.36.0.orig.tar.gz 1.4 MiB bec1606a69233a9ac5912376c279553d43c68346f7a50d5e2ab5ad12195d8c19
doit_0.36.0-3.debian.tar.xz 7.1 KiB c0344a53acf65bb1dac46911d5377495d85d46a3dc859aafd175e8ac564f2a9e

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.