python-pex 1.1.14-3ubuntu1 source package in Ubuntu

Changelog

python-pex (1.1.14-3ubuntu1) focal; urgency=medium

  * Call pex with pex --python=python3 in the autopkg tests.

 -- Matthias Klose <email address hidden>  Tue, 21 Jan 2020 10:44:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pex_1.1.14.orig.tar.gz 469.6 KiB 2d0f5ec39d61c0ef0f806247d7e2702e5354583df7f232db5d9a3b287173e857
python-pex_1.1.14-3ubuntu1.debian.tar.xz 5.5 KiB d9fa1e5d3221fab63e71e8e860f67dd7fd1551a562fd64df61b2361997b242f5
python-pex_1.1.14-3ubuntu1.dsc 2.2 KiB 0092cc0351ce86a0b7f3e36df548c4fb67c50495568879dc664843fbd65345e8

Available diffs

View changes file

Binary packages built by this source

pex: library for generating Python executable zip files

 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs. pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp. pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool. Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the command line package.

python-pex-doc: library for generating Python executable zip files

 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs. pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp. pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool. Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the common documentation package.

python3-pex: library for generating Python executable zip files

 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs. pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp. pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool. Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the Python 3 library version.