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
|
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: http://pypi.python.org/pypi/virtualenv
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-virtualenv/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-virtualenv/trunk/
Build-Depends: debhelper (>= 8.1),
dh-python,
python-all (>=2.6.6-3~),
python3-all,
unzip,
zip
Build-Depends-Indep: python-mock,
python-nose,
python-pip-whl,
python-setuptools,
python-setuptools-whl,
python3-mock,
python3-nose,
python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-virtualenv
Architecture: all
Depends: python,
python-pip-whl,
python-pkg-resources,
python-setuptools-whl,
${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,
python-setuptools-whl,
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.
|