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
|
Source: python-virtualenv
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Chenet <chaica@ohmytux.com>,
Stefano Rivera <stefanor@debian.org>,
Scott Kitterman <scott@kitterman.com>,
Homepage: https://pypi.python.org/pypi/virtualenv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-virtualenv.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-virtualenv
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
unzip,
zip,
Build-Depends-Indep: python-pip-whl (>= 20.0.2),
python3-pip,
python3-setuptools,
python3-setuptools-scm,
python3-wheel,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Package: python3-virtualenv
Architecture: all
Depends: python-pip-whl (>= 20.0.2),
python3-distlib (>= 0.3.1),
python3-distutils,
python3-importlib-metadata,
python3-pip (>= 20.1-1~),
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Breaks: virtualenv (<< 20.0.10)
Replaces: virtualenv (<< 20.0.10)
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. It includes the command line
script.
Package: virtualenv
Architecture: all
Depends: python3-virtualenv
Section: oldlibs
Description: Python virtual environment creator (Dependency package)
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 a dependency package and may be safely removed.
|