dirtbike 0.3-7 source package in Ubuntu

Changelog

dirtbike (0.3-7) unstable; urgency=medium

  * Update d/p/0003-py2-wheels-from-py3.patch so that the module location used
    by DpkgImportCalloutStrategy is correct and remove DpkgImportlibStrategy
    from the list of strategies used with python2, since only the callout
    strategies work to get files from another python variant

 -- Scott Kitterman <email address hidden>  Sun, 03 May 2020 01:37:02 -0400

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dirtbike_0.3-7.dsc 2.0 KiB 4d85fbd2915a17ffd7f7723f752c1a9074016a4bcf65ee9ae0e5da03ae5da6a8
dirtbike_0.3.orig.tar.gz 9.8 KiB cd6e9ffbb87c4991f463116800494b8f1159947b53cd5d5ace6f5f543621cc5d
dirtbike_0.3-7.debian.tar.xz 208.9 KiB 45ee1252eb6da868aef24092dbdde6996e84969eeda6fb644e16d0eed16ae16b

Available diffs

No changes file available.

Binary packages built by this source

dirtbike: turn system-installed Python packages into wheels

 The purpose of this package is to make it easier to devendorize other
 packages which bundle various upstream packages. An example of this
 is pip, which bundles a half-dozen or so other upstream packages. In
 Debian and other distros, such vendoring is frowned upon. To make it
 easier to devendorize, dirtbike turns installed system packages into
 wheels, and these wheels can then be used instead of the vendored
 packages.