python-pex 1.1.14-3build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:53:12 +0000

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-3build1.debian.tar.xz 5.5 KiB 937aefa7beb06ea0f4c66136728383ad71b5ee70e40444831d3674631894e58e
python-pex_1.1.14-3build1.dsc 2.2 KiB 018940b9188759a4076fd7e6eabf4a1eb1ab2ceaf519c86b46542481e6beb71f

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.