python-installer 0.5.1+dfsg1-2 source package in Ubuntu

Changelog

python-installer (0.5.1+dfsg1-2) unstable; urgency=medium

  * Patch: Search wheels for .dist-info directories, rather than expecting
    them to match the wheel name. (Closes: #1008606)
  * Bump Standards-Version to 4.6.1, no changes needed.
  * Fix the nodoc build.

 -- Stefano Rivera <email address hidden>  Mon, 17 Oct 2022 16:17:39 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-installer_0.5.1+dfsg1-2.dsc 1.9 KiB b0786a749c8a87c031cc088d25a8c11127786cb7b01838c856c3d04419d6b6e1
python-installer_0.5.1+dfsg1.orig.tar.xz 27.7 KiB 78efffd34085e3b66e3ffcfd3a989d42eeab885a428680de3dc8504199c57ec2
python-installer_0.5.1+dfsg1-2.debian.tar.xz 5.2 KiB 79b25d4337e8a4f00d73c6e7ab9d581a1f6473406be94e2aab0d6c50740d3950

Available diffs

No changes file available.

Binary packages built by this source

python-installer-doc: Python library for unpacking and installing wheels (documentation)

 "installer" is a low-level library for installing a Python package from a
 wheel distribution; the wheel is the basic unit of Python module
 distribution to end users. It provides basic functionality and abstractions
 for handling wheels and installing packages from wheels, including:
 .
  * Logic for "unpacking" a wheel (i.e. installation).
  * Abstractions for various parts of the unpacking process.
  * Extensible simple implementations of the abstractions.
  * Platform-independent Python script wrapper generation.

python3-installer: Python library for unpacking and installing wheels

 "installer" is a low-level library for installing a Python package from a
 wheel distribution; the wheel is the basic unit of Python module
 distribution to end users. It provides basic functionality and abstractions
 for handling wheels and installing packages from wheels, including:
 .
  * Logic for "unpacking" a wheel (i.e. installation).
  * Abstractions for various parts of the unpacking process.
  * Extensible simple implementations of the abstractions.
  * Platform-independent Python script wrapper generation.