python-pex 1.1.14-3.1 source package in Ubuntu

Changelog

python-pex (1.1.14-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/source/options: created to ignore changes in 'requires.txt' file.
  * debian/tests/execute.sh: fixed errors in autopkgtest, thanks to Matthias Klose,
    Emmanuel Arias and Gianfranco Costamagna. (Closes: #949472)

 -- Gleisson Jesuino Joaquim Cardoso <email address hidden>  Sat, 13 Jun 2020 02:55:26 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pex_1.1.14-3.1.dsc 2.2 KiB 66359fe59b1f372f243e347334d26f7667e409d339120eac4fccd638003d254a
python-pex_1.1.14.orig.tar.gz 469.6 KiB 2d0f5ec39d61c0ef0f806247d7e2702e5354583df7f232db5d9a3b287173e857
python-pex_1.1.14-3.1.debian.tar.xz 5.6 KiB 79f3c70c4e9cf2a2cda8c74b2886e8b1a38d2b4acc608d1e738beae56f192a1f

No changes file available.

Binary packages built by this source

pex: No summary available for pex in ubuntu kinetic.

No description available for pex in ubuntu kinetic.

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.