File: control

package info (click to toggle)
virtualenvwrapper 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 736 kB
  • ctags: 494
  • sloc: sh: 3,084; python: 573; makefile: 186
file content (28 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download
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
Source: virtualenvwrapper
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: bash-completion,
                     python (>= 2.5.4-1~),
                     python-pbr | python3-pbr,
                     python-setuptools (>= 0.6b3),
                     python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
Standards-Version: 3.9.5
Homepage: http://www.doughellmann.com/projects/virtualenvwrapper/
Vcs-Git: git://anonscm.debian.org/collab-maint/virtualenvwrapper.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/virtualenvwrapper.git

Package: virtualenvwrapper
Architecture: all
Depends: virtualenv,
         ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends}
Recommends: bash-completion
Description: extension to virtualenv for managing multiple virtual Python environments
 virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
 tool. The extensions include wrappers for creating and deleting
 virtual environments and otherwise managing your development
 workflow, making it easier to work on more than one project at a time
 without introducing conflicts in their dependencies.