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 77 78
|
Source: python-virtualenv
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica@ohmytux.com>,
Jeff Licquia <licquia@debian.org>,
Stefano Rivera <stefanor@debian.org>,
Barry Warsaw <barry@debian.org>,
Homepage: https://pypi.python.org/pypi/virtualenv
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-virtualenv.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-virtualenv.git
Build-Depends: debhelper (>= 9),
dh-python,
dirtbike,
python-all (>=2.6.6-3~),
python3-all,
unzip,
zip,
Build-Depends-Indep: python-mock,
python-nose,
python-pip-whl (>= 8.1.1-2),
python-pytest,
python-setuptools,
python3-mock,
python3-nose,
python3-pip,
python3-pytest,
python3-setuptools,
python3-wheel,
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-virtualenv
Architecture: all
Depends: python,
python-pip-whl (>= 8.1.1-2),
python-pkg-resources,
${misc:Depends},
${python3:Depends},
Recommends: virtualenv,
Description: Python virtual environment creator
The virtualenv utility creates virtual Python instances, each invokable
with its own Python executable. Each instance can have different sets
of modules, installable via easy_install. Virtual Python instances can
also be created without root access.
.
This is the Python 2 version of the library.
Package: python3-virtualenv
Architecture: all
Depends: python-pip-whl (>= 8.1.1-2),
python3,
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Description: Python virtual environment creator
The virtualenv utility creates virtual Python instances, each invokable
with its own Python executable. Each instance can have different sets
of modules, installable via easy_install. Virtual Python instances can
also be created without root access.
.
This is the Python 3 version of the library.
Package: virtualenv
Architecture: all
Depends: python3,
python3-virtualenv,
${misc:Depends},
Replaces: python-virtualenv (<< 1.11.6),
Breaks: python-virtualenv (<< 1.11.6),
Description: Python virtual environment creator
The virtualenv utility creates virtual Python instances, each invokable
with its own Python executable. Each instance can have different sets
of modules, installable via easy_install. Virtual Python instances can
also be created without root access.
.
This is the command line script and manpage.
|