python-virtualenv 20.36.1+ds-ok1 source package in openKylin

Changelog

python-virtualenv (20.36.1+ds-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:34:18 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.36.1+ds.orig.tar.xz 110.7 KiB 7c7354598912d86ba16029a69a9ea89f024f4f13a6a3097ce3c1d35bcaee6682
python-virtualenv_20.36.1+ds-ok1.debian.tar.xz 6.9 KiB a31feeed4439f51c9464b5caa5def2fb6e7dfeb0c32ccf48c71c90bfc7108192
python-virtualenv_20.36.1+ds-ok1.dsc 2.3 KiB 60df0d5163d8507867cb0ed099b7f1359a4c4fc9e930a58490764d2a0f7a2f28

Available diffs

View changes file

Binary packages built by this source

python3-virtualenv: Python virtual environment creator

 virtualenv is a tool to create isolated Python environments, each invokable
 with its own Python executable. Each instance can have different sets of
 modules, installable via pip. Virtual Python instances can also be created
 without root access.
 .
 Since Python 3.3, a subset of it has been integrated into the standard library
 under the venv module (python3-venv in Debian). The venv module does not
 offer all features of this library, to name just a few more prominent ones:
 .
  * is slower (by not having the app-data seed method),
  * is not as extendable,
  * cannot create virtual environments for arbitrarily installed Python
    versions (and automatically discover these),
  * does not have as rich programmatic API (describe virtual environments
    without creating them).
 .
 This is the Python 3 version of the library. It includes the command line
 script.

virtualenv: 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 pip. Virtual Python instances can also be created without
 root access.
 .
 This is a dependency package and may be safely removed.