1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: python-pex
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
help2man,
python3-sphinx,
python3-all,
python3-setuptools,
python3-wheel
Standards-Version: 4.6.1
Homepage: https://github.com/pantsbuild/pex
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pex
Package: python3-pex
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pex-doc
Description: 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.
Package: pex
Architecture: all
Depends: python3,
python3-pex,
python3-pkg-resources,
python3-requests,
python3-setuptools,
python3-wheel,
${misc:Depends},
${python3:Depends}
Replaces: python-pex-cli (<< 1.0.3-2~)
Breaks: python-pex-cli (<< 1.0.3-2~)
Suggests: python-pex-doc
Description: 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.
Package: python-pex-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: 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.
|