doit 0.31.1-3.4 source package in Ubuntu

Changelog

doit (0.31.1-3.4) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change rebuild to pick up non-pkg_resources entry point
    (Closes: #1040845)

 -- Julian Andres Klode <email address hidden>  Fri, 21 Jul 2023 19:05:19 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.31.1-3.4.dsc 2.2 KiB 0ba6cdaaa52c44ffd5526909e98e3bc519b46d23765da8b0f54ca2deca92ebdb
doit_0.31.1.orig.tar.gz 238.1 KiB b3e2c0ed09d6809c7d0e08dea277ddd4988c9ea2258fd62976d0b0fd7a22d606
doit_0.31.1-3.4.debian.tar.xz 6.7 KiB d1fdb6dacad3d2f85d28a517444db496fe200177b866690fadbc41899b92bc7e

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.