#1063576 O: virtualenv-clone -- script for cloning a non-relocatable virtualenv (Python3)

#1063576#5
Date:
2024-02-09 16:45:17 UTC
From:
To:
I intend to orphan the virtualenv-clone package.

I packaged virtualenv-clone because it was a dependency of
virtualenvwrapper which I no longer use.

The package description is:
 Virtualenv provides a way to make virtualenv's relocatable which could then be
 copied as wanted. However making a virtualenv relocatable this way breaks
 the no-site-packages isolation of the virtualenv as well as other aspects that
 come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
 .
 Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
 attempts to overcome these issues and provide a way to easily clone an
 existing virtualenv.
 .
 This is the Python3 package.