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
|
Source: python-virtualenv
Section: python
Priority: optional
X-Python-Version: >= 2.5
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>
Homepage: http://pypi.python.org/pypi/virtualenv
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-virtualenv/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-virtualenv/trunk/
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
Build-Depends-Indep: python-setuptools
Standards-Version: 3.9.3
Package: python-virtualenv
Architecture: all
Depends:
python-pkg-resources,
python-setuptools,
${misc:Depends},
${python:Depends}
Recommends: python-pip (>= 0.7.2)
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.
|