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
|
Source: virtualenvwrapper
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 12), debhelper-compat (=12), dh-python
Build-Depends-Indep: bash-completion,
python3-all,
python3-pbr,
python3-setuptools (>= 0.6b3),
python3-sphinx
Standards-Version: 4.4.0
Homepage: https://virtualenvwrapper.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/debian/virtualenvwrapper.git
Vcs-Browser: https://salsa.debian.org/debian/virtualenvwrapper
Testsuite: autopkgtest-pkg-python
Package: python3-virtualenvwrapper
Architecture: all
Depends: python3-virtualenv, ${misc:Depends}, ${python3:Depends}
Breaks: virtualenvwrapper (<< 4.8)
Replaces: virtualenvwrapper (<< 4.8)
Recommends: virtualenvwrapper
Description: extension to virtualenv for managing multiple environments (Py3)
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.
.
This package installs the library for Python 3.
Package: virtualenvwrapper
Architecture: all
Depends: python3-virtualenvwrapper, virtualenv, ${misc:Depends}
Recommends: bash-completion
Suggests: virtualenvwrapper-doc
Description: extension to virtualenv for managing multiple 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.
Package: virtualenvwrapper-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Breaks: virtualenvwrapper (<< 4.8)
Replaces: virtualenvwrapper (<< 4.8)
Description: extension to virtualenv for managing multiple environments (docs)
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.
.
This is the common documentation package.
|