python-installer 0.7.0+dfsg1-3 source package in Ubuntu

Changelog

python-installer (0.7.0+dfsg1-3) unstable; urgency=medium

  * Team upload.
  * remove extraneous dep. on python3-mock

 -- Alexandre Detiste <email address hidden>  Wed, 27 Mar 2024 10:31:20 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-installer_0.7.0+dfsg1-3.dsc 2.5 KiB e25e2219049c633f7b234fc778b6fd8f2835493740ff06206a823cfd3e879bce
python-installer_0.7.0+dfsg1.orig.tar.xz 30.8 KiB 2cdecf9a21045627a00fb0039946bff60103689249f691c49a26dc6c71546617
python-installer_0.7.0+dfsg1-3.debian.tar.xz 4.2 KiB 9702f33fbf7dc25c1e29e202c4ae767922139c3887ef3bbba4dc0682782ff731

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.
 .
 This package contains the Documentation for the python3-installer library.

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.